diff options
author | 2009-03-14 13:52:55 +0000 | |
---|---|---|
committer | 2009-03-14 13:52:55 +0000 | |
commit | f9189548061fd773240609b6f02ecbe6ea09a4c4 (patch) | |
tree | b74d2a5f5f405315ea624e37a5b4fcaf2dee756a /dev-lisp/sbcl/sbcl-1.0.19.ebuild | |
parent | ppc stable #261595 (diff) | |
download | gentoo-2-f9189548061fd773240609b6f02ecbe6ea09a4c4.tar.gz gentoo-2-f9189548061fd773240609b6f02ecbe6ea09a4c4.tar.bz2 gentoo-2-f9189548061fd773240609b6f02ecbe6ea09a4c4.zip |
ppc stable #261630
(Portage version: 2.1.6.8/cvs/Linux ppc)
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.0.19.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.0.19.ebuild b/dev-lisp/sbcl/sbcl-1.0.19.ebuild index 06a4082a950f..a93e0179946f 100644 --- a/dev-lisp/sbcl/sbcl-1.0.19.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.5 2009/03/11 21:20:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.6 2009/03/14 13:52:55 nixnut Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -30,7 +30,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="ldb source threads unicode doc cobalt" |