diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:31:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:31:39 +0000 |
commit | bcbd57cf22fda9e83a2ea772b9b916789bb666b7 (patch) | |
tree | fc90a1067a607a039109b4061dac5855a9831cd9 /dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-bcbd57cf22fda9e83a2ea772b9b916789bb666b7.tar.gz gentoo-2-bcbd57cf22fda9e83a2ea772b9b916789bb666b7.tar.bz2 gentoo-2-bcbd57cf22fda9e83a2ea772b9b916789bb666b7.zip |
sync IUSE (missing)
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 | 3 |
1 files changed, 2 insertions, 1 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 272f81147d1c..d199ebaf62c4 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 # 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.3 2004/06/24 23:43:36 agriffis Exp $ +# $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 $ inherit common-lisp @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-ptester virtual/commonlisp" |