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 | 0101d0572aa8696e05c70ade4d77971f822e49cf (patch) | |
tree | 4f9fdb8005e1df61ec7dfc92c40335349336c1f8 /app-editors/e3/e3-2.43.ebuild | |
parent | sync IUSE (-X, -gnome, -gtk), trim trailing whitespace (diff) | |
download | historical-0101d0572aa8696e05c70ade4d77971f822e49cf.tar.gz historical-0101d0572aa8696e05c70ade4d77971f822e49cf.tar.bz2 historical-0101d0572aa8696e05c70ade4d77971f822e49cf.zip |
sync IUSE (+build)
Diffstat (limited to 'app-editors/e3/e3-2.43.ebuild')
-rw-r--r-- | app-editors/e3/e3-2.43.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/e3/e3-2.43.ebuild b/app-editors/e3/e3-2.43.ebuild index 30c4cacc752c..902ecb786227 100644 --- a/app-editors/e3/e3-2.43.ebuild +++ b/app-editors/e3/e3-2.43.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.43.ebuild,v 1.5 2004/06/24 21:52:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.43.ebuild,v 1.6 2004/06/30 02:29:31 agriffis Exp $ DESCRIPTION="Very tiny editor in x86 ASM with emacs, pico, and vi keybindings" 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" |