commit: 7815109c59053ef81c7ea6296b1ad5b36048a860 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Apr 1 11:10:21 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Apr 1 11:10:21 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7815109c
dev-lisp/clisp: Drop -threads IUSE default Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-lisp/clisp/clisp-9999.ebuild | 4 ++-- 1 file 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
