diff options
author | 2005-03-21 07:23:44 +0000 | |
---|---|---|
committer | 2005-03-21 07:23:44 +0000 | |
commit | e59a5418068ac5484d46a34146285665069457dc (patch) | |
tree | e73cee3d2c2cfb6f2458bfcf956fa4471728b714 /dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild | |
parent | Initial ebuild. Ebuild and upstream package by Robin H. Johnson <robbat2@gent... (diff) | |
download | historical-e59a5418068ac5484d46a34146285665069457dc.tar.gz historical-e59a5418068ac5484d46a34146285665069457dc.tar.bz2 historical-e59a5418068ac5484d46a34146285665069457dc.zip |
Package-Manager: portage-2.0.51.19
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 | 6 |
1 files changed, 3 insertions, 3 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 d199ebaf62c4..555b3bbe644f 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-2004 Gentoo Foundation +# 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.4 2004/07/14 15:29:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild,v 1.5 2005/03/21 07:21:03 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" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-ptester |