diff options
Diffstat (limited to 'dev-lisp/cl-clx/cl-clx-0.7.0.ebuild')
-rw-r--r-- | dev-lisp/cl-clx/cl-clx-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-clx/cl-clx-0.7.0.ebuild b/dev-lisp/cl-clx/cl-clx-0.7.0.ebuild index 0be2765e0d13..e0766d6fb449 100644 --- a/dev-lisp/cl-clx/cl-clx-0.7.0.ebuild +++ b/dev-lisp/cl-clx/cl-clx-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.0.ebuild,v 1.1 2005/05/12 17:57:53 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.0.ebuild,v 1.2 2005/05/24 18:48:32 mkennedy Exp $ inherit common-lisp eutils @@ -10,7 +10,7 @@ SRC_URI="http://ftp.linux.org.uk/pub/lisp/sbcl/clx_${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller" |