diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:29:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:29:31 +0000 |
commit | 7ffb0c4326d259ec5555aba07cd27105a403dfda (patch) | |
tree | 7f4d31e02c7eea02d64a710681b04f89f37d12e0 /app-editors/e3/e3-2.42.ebuild | |
parent | sync IUSE (-X, -gnome, -gtk), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-7ffb0c4326d259ec5555aba07cd27105a403dfda.tar.gz gentoo-2-7ffb0c4326d259ec5555aba07cd27105a403dfda.tar.bz2 gentoo-2-7ffb0c4326d259ec5555aba07cd27105a403dfda.zip |
sync IUSE (+build)
Diffstat (limited to 'app-editors/e3/e3-2.42.ebuild')
-rw-r--r-- | app-editors/e3/e3-2.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/e3/e3-2.42.ebuild b/app-editors/e3/e3-2.42.ebuild index 4072c418f7d5..334f6f2c9c73 100644 --- a/app-editors/e3/e3-2.42.ebuild +++ b/app-editors/e3/e3-2.42.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/app-editors/e3/e3-2.42.ebuild,v 1.4 2004/06/24 21:52:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.42.ebuild,v 1.5 2004/06/30 02:29:31 agriffis Exp $ DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings" HOMEPAGE="http://www.sax.de/~adlibit" @@ -9,7 +9,7 @@ SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* x86" -IUSE="" +IUSE="build" RESTRICT="nostrip" DEPEND="dev-lang/nasm" |