Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/
Date: Mon, 20 Sep 2021 08:52:52
Message-Id: 1632127851.8764b94161a13ddae10d7e2a24bb255cb3888aa1.andrewammerlaan@gentoo
1 commit: 8764b94161a13ddae10d7e2a24bb255cb3888aa1
2 Author: Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
3 AuthorDate: Sun Sep 19 05:37:31 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 08:50:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8764b941
7
8 sci-mathematics/acl2: Require >=dev-lisp/sbcl-1.5.2 in BDEPEND
9
10 * Require >=dev-lisp/sbcl-1.5.2 due to addition of "--tls-limit 16384"
11
12 Currently, sci-mathematics/acl2-8.4 will not compile with the current
13 stable dev-lisp/sbcl-1.4.9 due to the addition of "--tls-limit 16384"
14 to sbcl within the created file saved_acl2. This addition is documented
15 in the acl-8.4 release notes [1] as "Increased the number of special
16 variables that can be created". Within sbcl, this new feature was added
17 in version 1.5.2. The news for that version [2] reads "enhancement:
18 command-line option '--tls-limit' can be used". Therefore attempting
19 to use the argument "--tls-limit 16384" with sbcl versions prior to
20 1.5.2 causes it to fail. Thus a minimum version requirement is needed
21 for acl2-8.4.
22
23 [1] https://www.cs.utexas.edu/users/moore/acl2/v8-4/combined-manual/
24 index.html?topic=ACL2____NOTE-8-4
25 [2] http://www.sbcl.org/all-news.html
26
27 Closes: https://github.com/gentoo/sci/issues/1113
28 Package-Manager: Portage-3.0.20, Repoman-3.0.3
29 Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com>
30 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
31
32 sci-mathematics/acl2/acl2-8.4.ebuild | 2 +-
33 1 file changed, 1 insertion(+), 1 deletion(-)
34
35 diff --git a/sci-mathematics/acl2/acl2-8.4.ebuild b/sci-mathematics/acl2/acl2-8.4.ebuild
36 index d0bb4eade..dfc3967ed 100644
37 --- a/sci-mathematics/acl2/acl2-8.4.ebuild
38 +++ b/sci-mathematics/acl2/acl2-8.4.ebuild
39 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
40 IUSE="books doc emacs"
41
42 BDEPEND="
43 - dev-lisp/sbcl
44 + >=dev-lisp/sbcl-1.5.2
45 emacs? ( >=app-editors/emacs-23.1:* )
46 "
47 DEPEND="