diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 13:10:21 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 13:10:21 +0200 |
commit | 7815109c59053ef81c7ea6296b1ad5b36048a860 (patch) | |
tree | 633031761ee28c865d7b063df0f3b0b34b6e713b /dev-lisp/clisp | |
parent | dev-lisp/arnesi: Drop use-conditional runtime dependency (diff) | |
download | lisp-7815109c59053ef81c7ea6296b1ad5b36048a860.tar.gz lisp-7815109c59053ef81c7ea6296b1ad5b36048a860.tar.bz2 lisp-7815109c59053ef81c7ea6296b1ad5b36048a860.zip |
dev-lisp/clisp: Drop -threads IUSE default
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp/clisp')
-rw-r--r-- | dev-lisp/clisp/clisp-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/clisp/clisp-9999.ebuild b/dev-lisp/clisp/clisp-9999.ebuild index 3904c794..224f978a 100644 --- a/dev-lisp/clisp/clisp-9999.ebuild +++ b/dev-lisp/clisp/clisp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://gitlab.com/gnu-clisp/clisp.git" LICENSE="GPL-2" SLOT="2/8" KEYWORDS="" -IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm -threads +unicode +zlib" +IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm threads +unicode +zlib" # "jit" disabled ATM RDEPEND=">=dev-lisp/asdf-2.33-r3 |