summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-19 01:13:14 +0000
committerSam James <sam@gentoo.org>2022-01-19 01:13:19 +0000
commit619a139a19f2b798c3088d28d6956790d2e96ea8 (patch)
treefd6564a787785cc22464d6658de659e9d6260d92
parentdev-lisp/ecls: Keyword 21.2.1-r4 ppc64, #831429 (diff)
downloadgentoo-619a139a.tar.gz
gentoo-619a139a.tar.bz2
gentoo-619a139a.zip
dev-lisp/cmucl: add -* to KEYWORDS (needs binary to bootstrap)
Closes: https://bugs.gentoo.org/831436 Bug: https://bugs.gentoo.org/382463 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-lisp/cmucl/cmucl-21c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cmucl/cmucl-21c.ebuild b/dev-lisp/cmucl/cmucl-21c.ebuild
index 0ac292d75504..d6672d17e4f9 100644
--- a/dev-lisp/cmucl/cmucl-21c.ebuild
+++ b/dev-lisp/cmucl/cmucl-21c.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="http://common-lisp.net/project/cmucl/downloads/release/${MY_PV}/cmucl-s
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="-* x86"
IUSE="X doc source"
CDEPEND=">=dev-lisp/asdf-2.33-r3:=