diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:19:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:19:45 +0000 |
commit | 93927c7d88d887bc105ebdc4d97f9be7b6d28d8b (patch) | |
tree | 76f21ce64cb60b272eb2f19dc1423accfab176b2 /dev-lisp/cl-arnesi | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-93927c7d88d887bc105ebdc4d97f9be7b6d28d8b.tar.gz gentoo-2-93927c7d88d887bc105ebdc4d97f9be7b6d28d8b.tar.bz2 gentoo-2-93927c7d88d887bc105ebdc4d97f9be7b6d28d8b.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-lisp/cl-arnesi')
-rw-r--r-- | dev-lisp/cl-arnesi/cl-arnesi-1.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.1.2.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.1.2.ebuild index 52ca7a5301f6..427b8225b622 100644 --- a/dev-lisp/cl-arnesi/cl-arnesi-1.1.2.ebuild +++ b/dev-lisp/cl-arnesi/cl-arnesi-1.1.2.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-arnesi/cl-arnesi-1.1.2.ebuild,v 1.2 2004/06/24 23:40:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/cl-arnesi-1.1.2.ebuild,v 1.3 2004/07/14 15:19:45 agriffis Exp $ inherit common-lisp @@ -10,6 +10,7 @@ SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/arnesi/arnesi_${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |