diff options
author | 2004-07-14 16:24:42 +0000 | |
---|---|---|
committer | 2004-07-14 16:24:42 +0000 | |
commit | 16a13250f863600c9de48b20a536256edcd6a229 (patch) | |
tree | 70527a4ae3fb0bf2778a351cbbb06b62fe7c83a5 /dev-lisp/lush | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-16a13250f863600c9de48b20a536256edcd6a229.tar.gz historical-16a13250f863600c9de48b20a536256edcd6a229.tar.bz2 historical-16a13250f863600c9de48b20a536256edcd6a229.zip |
sync IUSE (-emacs)
Diffstat (limited to 'dev-lisp/lush')
-rw-r--r-- | dev-lisp/lush/lush-0.98.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/lush/lush-0.98.ebuild b/dev-lisp/lush/lush-0.98.ebuild index 94704ca63057..98f855869488 100644 --- a/dev-lisp/lush/lush-0.98.ebuild +++ b/dev-lisp/lush/lush-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.98.ebuild,v 1.3 2004/06/25 00:00:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.98.ebuild,v 1.4 2004/07/14 16:24:42 agriffis Exp $ DESCRIPTION="Lush is the Lisp User Shell. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, loosely-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language, and with the easy integration of code written in C, C++, or other languages." HOMEPAGE="http://lush.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/lush/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="X emacs" +IUSE="X" DEPEND="X? ( virtual/x11 )" # emacs? ( virtual/emacs )" |