diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-05-04 00:21:06 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-05-04 00:21:06 +0000 |
commit | d664e1aefcb31c6f17a7dc8717da8871b5918d16 (patch) | |
tree | 5a0045e2bb81bb5dfd6884ad0af0ccae10f15129 /app-editors/e3 | |
parent | Fixed environment creation. (diff) | |
download | historical-d664e1aefcb31c6f17a7dc8717da8871b5918d16.tar.gz historical-d664e1aefcb31c6f17a7dc8717da8871b5918d16.tar.bz2 historical-d664e1aefcb31c6f17a7dc8717da8871b5918d16.zip |
Stable for x86
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/Manifest | 2 | ||||
-rw-r--r-- | app-editors/e3/e3-2.43.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest index fa1214779278..e6ce75780084 100644 --- a/app-editors/e3/Manifest +++ b/app-editors/e3/Manifest @@ -1,5 +1,5 @@ MD5 95ccb70e941c52001247eb3dffe104bd ChangeLog 1320 -MD5 124a867accc209f3fcd9325567e5abf4 e3-2.43.ebuild 1005 +MD5 1e9f551716659da16d105b7b4041315c e3-2.43.ebuild 1004 MD5 5820226609765fe077e34c6fdf78b494 e3-2.41.ebuild 1013 MD5 25099349848a906592ff9304719fcb8a e3-2.42.ebuild 1003 MD5 c8e059d80a0ac11919ef2f0a4c5bb5b4 files/digest-e3-2.43 59 diff --git a/app-editors/e3/e3-2.43.ebuild b/app-editors/e3/e3-2.43.ebuild index cc1518b80e23..970d6845c509 100644 --- a/app-editors/e3/e3-2.43.ebuild +++ b/app-editors/e3/e3-2.43.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/04/22 21:03:23 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.43.ebuild,v 1.2 2003/05/04 00:20:42 avenj Exp $ DESCRIPTION="Very tiny editor in ASM with emacs, pico, and vi keybindings" SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" HOMEPAGE="http://www.sax.de/~adlibit" SLOT="0" LICENSE="GPL-2" -KEYWORDS="-* ~x86" +KEYWORDS="-* x86" DEPEND="dev-lang/nasm" RDEPEND="sys-apps/sed" |