summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/e3/e3-1.7-r1.ebuild')
-rw-r--r--app-editors/e3/e3-1.7-r1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/e3/e3-1.7-r1.ebuild b/app-editors/e3/e3-1.7-r1.ebuild
index 5301c70daedf..8f2a7f43062e 100644
--- a/app-editors/e3/e3-1.7-r1.ebuild
+++ b/app-editors/e3/e3-1.7-r1.ebuild
@@ -4,7 +4,7 @@
#
# NOTE: this is an x86-only ebuild!!!
#
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r1.ebuild,v 1.1 2001/08/14 02:12:14 chadh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r1.ebuild,v 1.2 2001/08/14 03:34:50 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings"
@@ -12,8 +12,13 @@ SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz"
HOMEPAGE="http://www.sax.de/~adlibit"
DEPEND="dev-lang/nasm
>=sys-apps/gzip-1.2.4a-r6"
-#RDEPEND=""
+RDEPEND="sys-apps/sed"
+src_unpack() {
+ unpack ${A}
+ cd ${WORKDIR}
+ patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
+}
src_compile() {
try emake
}