Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cmucl/
Date: Sun, 27 May 2018 14:14:12
Message-Id: 1527430434.84c2280edfdd03c35d6f0f4b9fed9856a9916940.whissi@gentoo
1 commit: 84c2280edfdd03c35d6f0f4b9fed9856a9916940
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 14:10:55 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 14:13:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c2280e
7
8 dev-lisp/cmucl: x86 stable (bug #655424)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-lisp/cmucl/cmucl-21c.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lisp/cmucl/cmucl-21c.ebuild b/dev-lisp/cmucl/cmucl-21c.ebuild
16 index e2175b108c1..1970e290a1c 100644
17 --- a/dev-lisp/cmucl/cmucl-21c.ebuild
18 +++ b/dev-lisp/cmucl/cmucl-21c.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="http://common-lisp.net/project/cmucl/downloads/release/${MY_PV}/cmucl-s
20
21 LICENSE="public-domain"
22 SLOT="0"
23 -KEYWORDS="~x86"
24 +KEYWORDS="x86"
25 IUSE="X doc source"
26
27 CDEPEND=">=dev-lisp/asdf-2.33-r3:=