diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index b885c1c9b463..4e8ce62482ac 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/sbcl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.174 2012/05/10 20:55:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.175 2012/05/20 14:51:50 ago Exp $ + + 20 May 2012; Agostino Sarubbo <ago@gentoo.org> sbcl-1.0.55-r1.ebuild: + Stable for amd64, wrt bug #326217 10 May 2012; Ulrich Müller <ulm@gentoo.org> sbcl-1.0.55-r1.ebuild: Remove mirror restriction, remnant from the ebuild in the lisp overlay. diff --git a/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild b/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild index 2abccbe1fc96..8354679bd1a5 100644 --- a/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild,v 1.2 2012/05/10 20:55:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild,v 1.3 2012/05/20 14:51:50 ago Exp $ EAPI=3 inherit multilib eutils flag-o-matic pax-utils @@ -27,7 +27,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="+asdf ldb source +threads +unicode debug doc cobalt" DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )" |