diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-12-10 09:18:57 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-12-10 09:18:57 +0000 |
commit | a4cd96ac5bd114c17596dd4af94efc8687ddf9b4 (patch) | |
tree | 0f6fdaad6709513ba269e3903b21da6d8c49f3e2 /dev-lisp/sbcl/sbcl-1.1.12.ebuild | |
parent | Stable for amd64 wrt bug #485632 (diff) | |
download | gentoo-2-a4cd96ac5bd114c17596dd4af94efc8687ddf9b4.tar.gz gentoo-2-a4cd96ac5bd114c17596dd4af94efc8687ddf9b4.tar.bz2 gentoo-2-a4cd96ac5bd114c17596dd4af94efc8687ddf9b4.zip |
Stable for amd64 wrt bug #485630
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.1.12.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.1.12.ebuild b/dev-lisp/sbcl/sbcl-1.1.12.ebuild index 26de2b33d85b..7a1b9773d191 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.1 2013/10/14 09:37:36 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.12.ebuild,v 1.2 2013/12/10 09:18:57 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:=" |