diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-06-17 17:30:20 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-06-17 17:30:20 +0000 |
commit | 6e7103cf81684e8b80f2ddfc552afed260f61740 (patch) | |
tree | 01af41224784404342568ff0e9538086e9fd97ab /app-editors/e3 | |
parent | Removing older ebuilds, hardened-sources-2.6.18-r6 seems to have gotten the a... (diff) | |
download | gentoo-2-6e7103cf81684e8b80f2ddfc552afed260f61740.tar.gz gentoo-2-6e7103cf81684e8b80f2ddfc552afed260f61740.tar.bz2 gentoo-2-6e7103cf81684e8b80f2ddfc552afed260f61740.zip |
revert last change
(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 | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog index 3021341c4875..654018d5c29a 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.21 2007/06/17 17:17:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.22 2007/06/17 17:30:20 opfer Exp $ + + 17 Jun 2007; Christian Faulhammer <opfer@gentoo.org> e3-2.7.0.ebuild: + revert last change 17 Jun 2007; Ulrich Mueller <ulm@gentoo.org> e3-2.7.0.ebuild: Fix build failure on x86. diff --git a/app-editors/e3/e3-2.7.0.ebuild b/app-editors/e3/e3-2.7.0.ebuild index 9c032a0e006e..fbb2dd1adf05 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.6 2007/06/17 17:17:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.0.ebuild,v 1.7 2007/06/17 17:30:20 opfer Exp $ DESCRIPTION="Very tiny editor in x86 ASM with emacs, pico, wordstar, and vi keybindings" HOMEPAGE="http://www.sax.de/~adlibit/" @@ -17,7 +17,8 @@ RDEPEND="" PROVIDE="virtual/editor" src_install() { - dobin e3 + 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 |