From 7815109c59053ef81c7ea6296b1ad5b36048a860 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 1 Apr 2022 13:10:21 +0200 Subject: dev-lisp/clisp: Drop -threads IUSE default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 -- cgit v1.2.3-65-gdbad