diff options
author | Sam James <sam@gentoo.org> | 2022-01-19 00:08:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-19 00:08:49 +0000 |
commit | 33bd467645764b726bf29f387852bb4da0350e63 (patch) | |
tree | 47611eb88df076b024e2eb00d255a1f630f8cd04 /dev-lisp | |
parent | app-i18n/transifex-client: remove old version (diff) | |
download | gentoo-33bd467645764b726bf29f387852bb4da0350e63.tar.gz gentoo-33bd467645764b726bf29f387852bb4da0350e63.tar.bz2 gentoo-33bd467645764b726bf29f387852bb4da0350e63.zip |
dev-lisp/clozurecl: add -* to KEYWORDS (needs binary bootstrap)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clozurecl/clozurecl-1.11.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/clozurecl/clozurecl-1.12.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/clozurecl/clozurecl-1.12.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild b/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild index d4db6f7eaf2c..f39e6f50601d 100644 --- a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild +++ b/dev-lisp/clozurecl/clozurecl-1.11.5.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 @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="-* amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" RDEPEND=">=dev-lisp/asdf-2.33-r3:=" diff --git a/dev-lisp/clozurecl/clozurecl-1.12.1.ebuild b/dev-lisp/clozurecl/clozurecl-1.12.1.ebuild index d2113b4ccdd3..544056cacc35 100644 --- a/dev-lisp/clozurecl/clozurecl-1.12.1.ebuild +++ b/dev-lisp/clozurecl/clozurecl-1.12.1.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 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" RDEPEND=">=dev-lisp/asdf-2.33-r3:=" diff --git a/dev-lisp/clozurecl/clozurecl-1.12.ebuild b/dev-lisp/clozurecl/clozurecl-1.12.ebuild index 01ecdc4d64cd..32450dcd10bc 100644 --- a/dev-lisp/clozurecl/clozurecl-1.12.ebuild +++ b/dev-lisp/clozurecl/clozurecl-1.12.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 @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" RDEPEND=">=dev-lisp/asdf-2.33-r3:=" |