summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 13:10:21 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 13:10:21 +0200
commit7815109c59053ef81c7ea6296b1ad5b36048a860 (patch)
tree633031761ee28c865d7b063df0f3b0b34b6e713b
parentdev-lisp/arnesi: Drop use-conditional runtime dependency (diff)
downloadlisp-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>
-rw-r--r--dev-lisp/clisp/clisp-9999.ebuild4
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