From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B4E9158092 for ; Mon, 20 Sep 2021 08:52:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 803EFE083E; Mon, 20 Sep 2021 08:52:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B3CBE083E for ; Mon, 20 Sep 2021 08:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D5C3343018 for ; Mon, 20 Sep 2021 08:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7704BD for ; Mon, 20 Sep 2021 08:52:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1632127851.8764b94161a13ddae10d7e2a24bb255cb3888aa1.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/acl2/acl2-8.4.ebuild X-VCS-Directories: sci-mathematics/acl2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8764b94161a13ddae10d7e2a24bb255cb3888aa1 X-VCS-Branch: master Date: Mon, 20 Sep 2021 08:52:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5624a748-87ed-4701-b745-ab8b3dff7339 X-Archives-Hash: abb44b1d41fdb1bda6598da5a8ffcd0f commit: 8764b94161a13ddae10d7e2a24bb255cb3888aa1 Author: Lucas Mitrak lucasmitrak com> AuthorDate: Sun Sep 19 05:37:31 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 08:50:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8764b941 sci-mathematics/acl2: Require >=dev-lisp/sbcl-1.5.2 in BDEPEND * Require >=dev-lisp/sbcl-1.5.2 due to addition of "--tls-limit 16384" Currently, sci-mathematics/acl2-8.4 will not compile with the current stable dev-lisp/sbcl-1.4.9 due to the addition of "--tls-limit 16384" to sbcl within the created file saved_acl2. This addition is documented in the acl-8.4 release notes [1] as "Increased the number of special variables that can be created". Within sbcl, this new feature was added in version 1.5.2. The news for that version [2] reads "enhancement: command-line option '--tls-limit' can be used". Therefore attempting to use the argument "--tls-limit 16384" with sbcl versions prior to 1.5.2 causes it to fail. Thus a minimum version requirement is needed for acl2-8.4. [1] https://www.cs.utexas.edu/users/moore/acl2/v8-4/combined-manual/ index.html?topic=ACL2____NOTE-8-4 [2] http://www.sbcl.org/all-news.html Closes: https://github.com/gentoo/sci/issues/1113 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Lucas Mitrak lucasmitrak.com> Signed-off-by: Andrew Ammerlaan gentoo.org> sci-mathematics/acl2/acl2-8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/acl2/acl2-8.4.ebuild b/sci-mathematics/acl2/acl2-8.4.ebuild index d0bb4eade..dfc3967ed 100644 --- a/sci-mathematics/acl2/acl2-8.4.ebuild +++ b/sci-mathematics/acl2/acl2-8.4.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="books doc emacs" BDEPEND=" - dev-lisp/sbcl + >=dev-lisp/sbcl-1.5.2 emacs? ( >=app-editors/emacs-23.1:* ) " DEPEND="