Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/clisp/
Date: Fri, 01 Apr 2022 11:12:57
Message-Id: 1648811421.7815109c59053ef81c7ea6296b1ad5b36048a860.ulm@gentoo
1 commit: 7815109c59053ef81c7ea6296b1ad5b36048a860
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 11:10:21 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 11:10:21 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7815109c
7
8 dev-lisp/clisp: Drop -threads IUSE default
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/clisp/clisp-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lisp/clisp/clisp-9999.ebuild b/dev-lisp/clisp/clisp-9999.ebuild
16 index 3904c794..224f978a 100644
17 --- a/dev-lisp/clisp/clisp-9999.ebuild
18 +++ b/dev-lisp/clisp/clisp-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://gitlab.com/gnu-clisp/clisp.git"
26 LICENSE="GPL-2"
27 SLOT="2/8"
28 KEYWORDS=""
29 -IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm -threads +unicode +zlib"
30 +IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm threads +unicode +zlib"
31 # "jit" disabled ATM
32
33 RDEPEND=">=dev-lisp/asdf-2.33-r3