Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/
Date: Thu, 29 Dec 2016 10:06:32
Message-Id: 1483005877.eb3c1074660e6dbabe6e3ef1b0b251ddb301c0b0.ago@gentoo
1 commit: eb3c1074660e6dbabe6e3ef1b0b251ddb301c0b0
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 10:04:37 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 10:04:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3c1074
7
8 dev-lisp/sbcl: amd64 stable wrt bug #574134
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lisp/sbcl/sbcl-1.3.11.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lisp/sbcl/sbcl-1.3.11.ebuild b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
18 index 334669e..d09b359 100644
19 --- a/dev-lisp/sbcl/sbcl-1.3.11.ebuild
20 +++ b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
21 @@ -38,7 +38,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
22
23 LICENSE="MIT"
24 SLOT="0/${PV}"
25 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
26 +KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
27 IUSE="debug doc source +threads +unicode pax_kernel zlib"
28
29 CDEPEND=">=dev-lisp/asdf-3.1:="