diff options
author | 2005-03-21 07:23:44 +0000 | |
---|---|---|
committer | 2005-03-21 07:23:44 +0000 | |
commit | 5784ee1ea3a762a4b52846f9c145305ff059ea81 (patch) | |
tree | 35122216f8cc55488e472fd8dd55618e8876f0b6 /dev-lisp/cl-getopt | |
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')
-rw-r--r-- | dev-lisp/cl-getopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-getopt/ChangeLog b/dev-lisp/cl-getopt/ChangeLog index 4affd0f7ea4e..0adcd17f5bb3 100644 --- a/dev-lisp/cl-getopt/ChangeLog +++ b/dev-lisp/cl-getopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-getopt -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/ChangeLog,v 1.5 2004/06/24 23:43:36 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/ChangeLog,v 1.6 2005/03/21 07:21:03 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-getopt-1.1.0.ebuild: + Keywording for ~amd64 09 May 2004; David Holm <dholm@gentoo.org> cl-getopt-1.1.0.ebuild: Added to ~ppc. 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 |