diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:22:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:22:08 +0000 |
commit | f226e23fce397d4511c8d37a5c73fd1345bb0dae (patch) | |
tree | 25849b05013f0184765327be8773e5936d51e43b /dev-lisp | |
parent | sync IUSE (+imap) (diff) | |
download | gentoo-2-f226e23fce397d4511c8d37a5c73fd1345bb0dae.tar.gz gentoo-2-f226e23fce397d4511c8d37a5c73fd1345bb0dae.tar.bz2 gentoo-2-f226e23fce397d4511c8d37a5c73fd1345bb0dae.zip |
sync IUSE (+X), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls/ecls-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/ecls/ecls-0.2.ebuild b/dev-lisp/ecls/ecls-0.2.ebuild index 9f3d72de9f69..344614ad3e0d 100644 --- a/dev-lisp/ecls/ecls-0.2.ebuild +++ b/dev-lisp/ecls/ecls-0.2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.2.ebuild,v 1.12 2004/06/24 23:58:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.2.ebuild,v 1.13 2004/07/14 16:22:08 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Embeddable Common Lisp 'Spain'" SRC_URI="mirror://sourceforge/ecls/${P}.tgz" HOMEPAGE="http://ecls.sourceforge.net/" @@ -10,6 +9,7 @@ HOMEPAGE="http://ecls.sourceforge.net/" SLOT="0" LICENSE="BSD LGPL-2" KEYWORDS="x86" +IUSE="X" PROVIDE="virtual/commonlisp" |