diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-21 07:23:44 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-21 07:23:44 +0000 |
commit | 5784ee1ea3a762a4b52846f9c145305ff059ea81 (patch) | |
tree | 35122216f8cc55488e472fd8dd55618e8876f0b6 /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 | gentoo-2-5784ee1ea3a762a4b52846f9c145305ff059ea81.tar.gz gentoo-2-5784ee1ea3a762a4b52846f9c145305ff059ea81.tar.bz2 gentoo-2-5784ee1ea3a762a4b52846f9c145305ff059ea81.zip |
(Portage version: 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 |