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/clozurecl/
Date: Wed, 19 Jan 2022 00:09:17
Message-Id: 1642550929.33bd467645764b726bf29f387852bb4da0350e63.sam@gentoo
1 commit: 33bd467645764b726bf29f387852bb4da0350e63
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 00:08:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 00:08:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bd4676
7
8 dev-lisp/clozurecl: add -* to KEYWORDS (needs binary bootstrap)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lisp/clozurecl/clozurecl-1.11.5.ebuild | 4 ++--
13 dev-lisp/clozurecl/clozurecl-1.12.1.ebuild | 4 ++--
14 dev-lisp/clozurecl/clozurecl-1.12.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild b/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
18 index d4db6f7eaf2c..f39e6f50601d 100644
19 --- a/dev-lisp/clozurecl/clozurecl-1.11.5.ebuild
20 +++ b/dev-lisp/clozurecl/clozurecl-1.11.5.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 @@ -21,7 +21,7 @@ SRC_URI="
28
29 LICENSE="Apache-2.0"
30 SLOT="0"
31 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
32 +KEYWORDS="-* amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
33 IUSE="doc"
34
35 RDEPEND=">=dev-lisp/asdf-2.33-r3:="
36
37 diff --git a/dev-lisp/clozurecl/clozurecl-1.12.1.ebuild b/dev-lisp/clozurecl/clozurecl-1.12.1.ebuild
38 index d2113b4ccdd3..544056cacc35 100644
39 --- a/dev-lisp/clozurecl/clozurecl-1.12.1.ebuild
40 +++ b/dev-lisp/clozurecl/clozurecl-1.12.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -18,7 +18,7 @@ SRC_URI="
48
49 LICENSE="Apache-2.0"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
52 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
53 IUSE="doc"
54
55 RDEPEND=">=dev-lisp/asdf-2.33-r3:="
56
57 diff --git a/dev-lisp/clozurecl/clozurecl-1.12.ebuild b/dev-lisp/clozurecl/clozurecl-1.12.ebuild
58 index 01ecdc4d64cd..32450dcd10bc 100644
59 --- a/dev-lisp/clozurecl/clozurecl-1.12.ebuild
60 +++ b/dev-lisp/clozurecl/clozurecl-1.12.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2021 Gentoo Authors
63 +# Copyright 1999-2022 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=6
67 @@ -20,7 +20,7 @@ SRC_URI="
68
69 LICENSE="Apache-2.0"
70 SLOT="0"
71 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
72 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
73 IUSE="doc"
74
75 RDEPEND=">=dev-lisp/asdf-2.33-r3:="