Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/
Date: Mon, 28 Feb 2022 04:55:38
Message-Id: 1646024091.f206f1d2e2fcf6c520d05a47be5260f4cc90e618.sam@gentoo
1 commit: f206f1d2e2fcf6c520d05a47be5260f4cc90e618
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 04:54:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 04:54:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f206f1d2
7
8 dev-lisp/sbcl: destabilize 1.3.11 for ~sparc
9
10 Too awkward to test given 32-bit only (no 64-bit bootstrap
11 binary?)
12
13 Bug: https://bugs.gentoo.org/832532
14 Bug: https://bugs.gentoo.org/828735
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-lisp/sbcl/sbcl-1.3.11.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-lisp/sbcl/sbcl-1.3.11.ebuild b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
21 index ff24bfe13357..8e3fed30c22a 100644
22 --- a/dev-lisp/sbcl/sbcl-1.3.11.ebuild
23 +++ b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
24 @@ -35,7 +35,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
25
26 LICENSE="MIT"
27 SLOT="0/${PV}"
28 -KEYWORDS="-* amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
29 +KEYWORDS="-* amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
30 IUSE="debug doc source +threads +unicode zlib"
31
32 CDEPEND=">=dev-lisp/asdf-3.1:="