commit: 619a139a19f2b798c3088d28d6956790d2e96ea8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 19 01:13:14 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 19 01:13:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619a139a
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 <AT> gentoo.org> dev-lisp/cmucl/cmucl-21c.ebuild | 4 ++-- 1 file 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:=
