diff options
Diffstat (limited to 'dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild')
-rw-r--r-- | dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild b/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild index 4e33d9d0da60..9203bda5a640 100644 --- a/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild +++ b/dev-lisp/cl-getopt/cl-getopt-1.1.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-getopt/cl-getopt-1.1.0.ebuild,v 1.6 2005/04/15 20:28:50 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild,v 1.7 2005/05/24 18:48:33 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.b9.com" SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="dev-lisp/cl-ptester" |