diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-12-12 10:06:13 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-12-12 10:06:13 +0000 |
commit | b020f2cc3358afa5e528f1ab48fb2abc7e550c22 (patch) | |
tree | bd0f026260798c7490ecfecf3a2aeaf02f11cd68 /dev-lisp | |
parent | Revoke stable for amd64 wrt bug #485632 (diff) | |
download | gentoo-2-b020f2cc3358afa5e528f1ab48fb2abc7e550c22.tar.gz gentoo-2-b020f2cc3358afa5e528f1ab48fb2abc7e550c22.tar.bz2 gentoo-2-b020f2cc3358afa5e528f1ab48fb2abc7e550c22.zip |
Revoke stable for amd64 wrt bug #485632
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index e018ac2f10bb..f4321de0fc94 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/sbcl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.197 2013/12/10 09:18:57 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.198 2013/12/12 10:06:13 nimiux Exp $ + + 12 Dec 2013; Chema Alonso <nimiux@gentoo.org> sbcl-1.1.12.ebuild: + Revoke stable for amd64 wrt bug #485632 10 Dec 2013; Chema Alonso <nimiux@gentoo.org> sbcl-1.1.12.ebuild: Stable for amd64 wrt bug #485630 diff --git a/dev-lisp/sbcl/sbcl-1.1.12.ebuild b/dev-lisp/sbcl/sbcl-1.1.12.ebuild index 7a1b9773d191..818d876cc06d 100644 --- a/dev-lisp/sbcl/sbcl-1.1.12.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.12.ebuild,v 1.2 2013/12/10 09:18:57 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.12.ebuild,v 1.3 2013/12/12 10:06:13 nimiux Exp $ EAPI=5 inherit multilib eutils flag-o-matic pax-utils @@ -24,7 +24,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 RESTRICT="mirror" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="debug doc source +threads +unicode zlib" CDEPEND=">=dev-lisp/asdf-2.33-r3:=" |