Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/
Date: Sun, 01 Apr 2018 13:47:44
Message-Id: 1522590456.77cb4730fd7a6477bf60f402fc9b03eb6b6c4437.slyfox@gentoo
1 commit: 77cb4730fd7a6477bf60f402fc9b03eb6b6c4437
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 13:46:19 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 13:47:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cb4730
7
8 dev-lisp/sbcl: stable 1.3.21 for ppc, bug #645954
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-lisp/sbcl/sbcl-1.3.21.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lisp/sbcl/sbcl-1.3.21.ebuild b/dev-lisp/sbcl/sbcl-1.3.21.ebuild
17 index 8d9ab446989..744c3c23e24 100644
18 --- a/dev-lisp/sbcl/sbcl-1.3.21.ebuild
19 +++ b/dev-lisp/sbcl/sbcl-1.3.21.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -39,7 +39,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
27
28 LICENSE="MIT"
29 SLOT="0/${PV}"
30 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
31 +KEYWORDS="~amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
32 IUSE="debug doc source +threads +unicode pax_kernel zlib"
33
34 CDEPEND=">=dev-lisp/asdf-3.1:="