diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-06-17 15:16:41 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-06-17 15:16:41 +0000 |
commit | ebed2a991b04fc81269e464c345e01944a93acc3 (patch) | |
tree | c15cea33a8fe35f673753d9816549ef695dc6142 /app-editors/e3 | |
parent | Stable on amd64 wrt bug 177184 (diff) | |
download | gentoo-2-ebed2a991b04fc81269e464c345e01944a93acc3.tar.gz gentoo-2-ebed2a991b04fc81269e464c345e01944a93acc3.tar.bz2 gentoo-2-ebed2a991b04fc81269e464c345e01944a93acc3.zip |
make it not fail on amd64
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/e3/e3-2.7.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog index 16545cadc7f6..23b72af99e87 100644 --- a/app-editors/e3/ChangeLog +++ b/app-editors/e3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/e3 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.19 2007/06/17 12:43:23 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.20 2007/06/17 15:16:41 opfer Exp $ + + 17 Jun 2007; Christian Faulhammer <opfer@gentoo.org> e3-2.7.0.ebuild: + make it not fail on amd64 17 Jun 2007; Christoph Mende <angelos@gentoo.org> e3-2.7.0.ebuild: Added ~amd64 wrt bug 182312 diff --git a/app-editors/e3/e3-2.7.0.ebuild b/app-editors/e3/e3-2.7.0.ebuild index 0282a4457ef4..872c58d0e658 100644 --- a/app-editors/e3/e3-2.7.0.ebuild +++ b/app-editors/e3/e3-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.0.ebuild,v 1.4 2007/06/17 12:43:23 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.0.ebuild,v 1.5 2007/06/17 15:16:41 opfer Exp $ DESCRIPTION="Very tiny editor in x86 ASM with emacs, pico, wordstar, and vi keybindings" HOMEPAGE="http://www.sax.de/~adlibit/" @@ -17,8 +17,8 @@ RDEPEND="" PROVIDE="virtual/editor" src_install() { - use amd64 && newbin ${S}/bin/Linux_x86-64/e3 e3 || die "newbin failed" - use x86 && newbin ${S}/bin/Linux/e3 e3 || die "newbin failed" + use amd64 && newbin "${S}/bin/Linux_x86-64/e3-64" e3 + use x86 && newbin "${S}/bin/Linux/e3" e3 dosym e3 /usr/bin/e3vi dosym e3 /usr/bin/e3em dosym e3 /usr/bin/e3ws |