diff options
Diffstat (limited to 'dev-lisp/sbcl/sbcl-0.7.7.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.7.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.7.7.ebuild b/dev-lisp/sbcl/sbcl-0.7.7.ebuild index 153d4377b94c..abde2c7ea0d4 100644 --- a/dev-lisp/sbcl/sbcl-0.7.7.ebuild +++ b/dev-lisp/sbcl/sbcl-0.7.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Copyright 2002 Marius Bernklev <mariube@unixcore.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.7.ebuild,v 1.4 2003/02/13 10:54:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.7.ebuild,v 1.5 2003/07/12 09:37:51 aliz Exp $ DESCRIPTION="Steel Bank Common Lisp" HOMEPAGE="http://sbcl.sourceforge.net/" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc -sparc " +KEYWORDS="x86 ~ppc -sparc " PROVIDE="virtual/commonlisp" # the SRC_URI trickery needs this DEPEND=">=sys-apps/portage-2.0.27" |