diff options
author | 2007-06-17 17:17:29 +0000 | |
---|---|---|
committer | 2007-06-17 17:17:29 +0000 | |
commit | 00c132194aaa5c50647a2a6a087bd12e7ccc7ead (patch) | |
tree | 42030c76f5665ffe041762ffb0dde9c1751cafe8 /app-editors | |
parent | fix another typo (diff) | |
download | gentoo-2-00c132194aaa5c50647a2a6a087bd12e7ccc7ead.tar.gz gentoo-2-00c132194aaa5c50647a2a6a087bd12e7ccc7ead.tar.bz2 gentoo-2-00c132194aaa5c50647a2a6a087bd12e7ccc7ead.zip |
Fix build failure on x86.
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/e3/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/e3/e3-2.7.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog index 23b72af99e87..3021341c4875 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.20 2007/06/17 15:16:41 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.21 2007/06/17 17:17:29 ulm Exp $ + + 17 Jun 2007; Ulrich Mueller <ulm@gentoo.org> e3-2.7.0.ebuild: + Fix build failure on x86. 17 Jun 2007; Christian Faulhammer <opfer@gentoo.org> e3-2.7.0.ebuild: make it not fail on amd64 diff --git a/app-editors/e3/e3-2.7.0.ebuild b/app-editors/e3/e3-2.7.0.ebuild index 872c58d0e658..9c032a0e006e 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.5 2007/06/17 15:16:41 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.0.ebuild,v 1.6 2007/06/17 17:17:29 ulm Exp $ DESCRIPTION="Very tiny editor in x86 ASM with emacs, pico, wordstar, and vi keybindings" HOMEPAGE="http://www.sax.de/~adlibit/" @@ -17,8 +17,7 @@ RDEPEND="" PROVIDE="virtual/editor" src_install() { - use amd64 && newbin "${S}/bin/Linux_x86-64/e3-64" e3 - use x86 && newbin "${S}/bin/Linux/e3" e3 + dobin e3 dosym e3 /usr/bin/e3vi dosym e3 /usr/bin/e3em dosym e3 /usr/bin/e3ws |