diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:24:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:24:42 +0000 |
commit | 08d24f86623a66326cd68482bb80838127067465 (patch) | |
tree | f82061c0c954501de88f1a0c154dbe069d5e9ec3 /dev-lisp | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-08d24f86623a66326cd68482bb80838127067465.tar.gz gentoo-2-08d24f86623a66326cd68482bb80838127067465.tar.bz2 gentoo-2-08d24f86623a66326cd68482bb80838127067465.zip |
sync IUSE (-emacs)
Diffstat (limited to 'dev-lisp')
-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 )" |