diff options
-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:=" |