diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-18 02:56:42 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-18 02:56:42 +0000 |
commit | 72aef0b1b556aa97217d8519966c40d83b5b7405 (patch) | |
tree | 30bd2593a3d9492bd258286eb63b93f97c454ecc /app-editors/e3 | |
parent | samba without svc support (diff) | |
download | gentoo-2-72aef0b1b556aa97217d8519966c40d83b5b7405.tar.gz gentoo-2-72aef0b1b556aa97217d8519966c40d83b5b7405.tar.bz2 gentoo-2-72aef0b1b556aa97217d8519966c40d83b5b7405.zip |
oops. forgot to fix depends for C version
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/e3-1.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/e3/e3-1.7-r2.ebuild b/app-editors/e3/e3-1.7-r2.ebuild index 5e8ee1fd1105..6b0139d88f72 100644 --- a/app-editors/e3/e3-1.7-r2.ebuild +++ b/app-editors/e3/e3-1.7-r2.ebuild @@ -4,13 +4,13 @@ # # NOTE: this is an x86-only ebuild!!! # -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r2.ebuild,v 1.1 2001/08/18 01:38:54 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r2.ebuild,v 1.2 2001/08/18 02:56:42 chadh Exp $ S=${WORKDIR}/${P} DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings" SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" HOMEPAGE="http://www.sax.de/~adlibit" -DEPEND="dev-lang/nasm +DEPEND="sys-devel/gcc >=sys-apps/gzip-1.2.4a-r6" RDEPEND="sys-apps/sed" |