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 | 190be8c0be6826a5395649f65ce449227de582c7 (patch) | |
tree | 411753c351a139e7eaaae714ee047d94c8b7f635 /dev-lisp/ecls | |
parent | sync IUSE (+imap) (diff) | |
download | historical-190be8c0be6826a5395649f65ce449227de582c7.tar.gz historical-190be8c0be6826a5395649f65ce449227de582c7.tar.bz2 historical-190be8c0be6826a5395649f65ce449227de582c7.zip |
sync IUSE (+X), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/ecls')
-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" |