diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:15:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-23 15:15:39 +0000 |
commit | 7431bcb77e843371f4d6d41e86ee5c0d08154cf7 (patch) | |
tree | 4ae988e0b6050c9432f3b8b055c2bc7e7c01d138 /dev-lisp | |
parent | x86 stable wrt bug #511170 (diff) | |
download | gentoo-2-7431bcb77e843371f4d6d41e86ee5c0d08154cf7.tar.gz gentoo-2-7431bcb77e843371f4d6d41e86ee5c0d08154cf7.tar.bz2 gentoo-2-7431bcb77e843371f4d6d41e86ee5c0d08154cf7.zip |
x86 stable wrt bug #511170
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index e07bde7db4e5..9ddcb32724a0 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/sbcl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.222 2015/04/28 14:27:09 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.223 2015/05/23 15:15:39 pacho Exp $ + + 23 May 2015; Pacho Ramos <pacho@gentoo.org> sbcl-1.1.18.ebuild: + x86 stable wrt bug #511170 *sbcl-1.2.11 (28 Apr 2015) diff --git a/dev-lisp/sbcl/sbcl-1.1.18.ebuild b/dev-lisp/sbcl/sbcl-1.1.18.ebuild index 91b60d294890..f828d1f03e7a 100644 --- a/dev-lisp/sbcl/sbcl-1.1.18.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.6 2015/02/01 06:34:48 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.7 2015/05/23 15:15:39 pacho Exp $ EAPI=5 inherit multilib eutils flag-o-matic pax-utils @@ -23,7 +23,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="debug doc source +threads +unicode pax_kernel zlib" CDEPEND="=dev-lisp/asdf-3.0*:=" |