diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:15:36 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:15:36 +0100 |
commit | ba33d06f8635015645d91ba31b46d03c2f1e2cd3 (patch) | |
tree | c2f8e0478b386b767f539753dd7f272919183f2d /dev-lisp | |
parent | sys-devel/libtool: ppc stable wrt bug #601098 (diff) | |
download | gentoo-ba33d06f8635015645d91ba31b46d03c2f1e2cd3.tar.gz gentoo-ba33d06f8635015645d91ba31b46d03c2f1e2cd3.tar.bz2 gentoo-ba33d06f8635015645d91ba31b46d03c2f1e2cd3.zip |
dev-lisp/sbcl: ppc stable wrt bug #574134
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.3.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.3.11.ebuild b/dev-lisp/sbcl/sbcl-1.3.11.ebuild index f3b7e7ff3602..b7454e6469cb 100644 --- a/dev-lisp/sbcl/sbcl-1.3.11.ebuild +++ b/dev-lisp/sbcl/sbcl-1.3.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,7 +38,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="debug doc source +threads +unicode pax_kernel zlib" CDEPEND=">=dev-lisp/asdf-3.1:=" |