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/cmucl/
Date: Wed, 19 Jan 2022 01:13:47
Message-Id: 1642554799.619a139a19f2b798c3088d28d6956790d2e96ea8.sam@gentoo
1 commit: 619a139a19f2b798c3088d28d6956790d2e96ea8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 01:13:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 01:13:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619a139a
7
8 dev-lisp/cmucl: add -* to KEYWORDS (needs binary to bootstrap)
9
10 Closes: https://bugs.gentoo.org/831436
11 Bug: https://bugs.gentoo.org/382463
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-lisp/cmucl/cmucl-21c.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lisp/cmucl/cmucl-21c.ebuild b/dev-lisp/cmucl/cmucl-21c.ebuild
18 index 0ac292d75504..d6672d17e4f9 100644
19 --- a/dev-lisp/cmucl/cmucl-21c.ebuild
20 +++ b/dev-lisp/cmucl/cmucl-21c.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ SRC_URI="http://common-lisp.net/project/cmucl/downloads/release/${MY_PV}/cmucl-s
28
29 LICENSE="public-domain"
30 SLOT="0"
31 -KEYWORDS="x86"
32 +KEYWORDS="-* x86"
33 IUSE="X doc source"
34
35 CDEPEND=">=dev-lisp/asdf-2.33-r3:=