diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-10-02 17:32:09 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-10-02 17:32:09 +0000 |
commit | fad79a59e906ca1159e36ee888637fee7caf406f (patch) | |
tree | ead872362aaab32691bd6d89b3e167fa29256679 /dev-lisp/sbcl/sbcl-1.0.9.ebuild | |
parent | Version bump to 0.10.0 as per bug 194209. (diff) | |
download | historical-fad79a59e906ca1159e36ee888637fee7caf406f.tar.gz historical-fad79a59e906ca1159e36ee888637fee7caf406f.tar.bz2 historical-fad79a59e906ca1159e36ee888637fee7caf406f.zip |
Sparc stable --- Bug #194519 --- seems fine.
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 8e45ba19f4eb..17fc41d09d94 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.3 2007/09/27 11:57:09 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.9.ebuild,v 1.4 2007/10/02 17:32:09 fmccor 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" |