diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-10-02 18:28:54 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-10-02 18:28:54 +0000 |
commit | a9f35293ba4216d67d74e643eba2007c11d0ff9a (patch) | |
tree | b5d140dbaad3ec9869a1b4e15725b7733bbee7f0 /dev-lisp/sbcl/sbcl-1.0.9.ebuild | |
parent | stable x86, bug 194529 (diff) | |
download | historical-a9f35293ba4216d67d74e643eba2007c11d0ff9a.tar.gz historical-a9f35293ba4216d67d74e643eba2007c11d0ff9a.tar.bz2 historical-a9f35293ba4216d67d74e643eba2007c11d0ff9a.zip |
stable ppc, bug #194519
Package-Manager: portage-2.1.3.11
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.0.9.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.0.9.ebuild b/dev-lisp/sbcl/sbcl-1.0.9.ebuild index c7e26beb2e2d..596f5b32a35f 100644 --- a/dev-lisp/sbcl/sbcl-1.0.9.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.9.ebuild,v 1.5 2007/10/02 18:08:11 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.9.ebuild,v 1.6 2007/10/02 18:28:54 pylon Exp $ inherit common-lisp-common-3 eutils flag-o-matic @@ -28,7 +28,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" |