diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:45:17 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:45:17 +0000 |
commit | f1d7790d94ef607252dac75cfc443f140494f8e9 (patch) | |
tree | d9a913a15ebc5adbc36c2baed1189cb11ebf70b8 /app-editors/e3 | |
parent | alpha stable wrt #175465 (diff) | |
download | gentoo-2-f1d7790d94ef607252dac75cfc443f140494f8e9.tar.gz gentoo-2-f1d7790d94ef607252dac75cfc443f140494f8e9.tar.bz2 gentoo-2-f1d7790d94ef607252dac75cfc443f140494f8e9.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/e3/e3-2.43.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog index 654018d5c29a..b39067e88290 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.22 2007/06/17 17:30:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.23 2007/07/02 13:45:17 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> e3-2.43.ebuild: + (QA) RESTRICT clean up. 17 Jun 2007; Christian Faulhammer <opfer@gentoo.org> e3-2.7.0.ebuild: revert last change diff --git a/app-editors/e3/e3-2.43.ebuild b/app-editors/e3/e3-2.43.ebuild index 263776a2806e..15de26d37ab3 100644 --- a/app-editors/e3/e3-2.43.ebuild +++ b/app-editors/e3/e3-2.43.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.43.ebuild,v 1.7 2005/01/01 13:23:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.43.ebuild,v 1.8 2007/07/02 13:45:17 peper Exp $ DESCRIPTION="Very tiny editor in x86 ASM with emacs, pico, and vi keybindings" HOMEPAGE="http://www.sax.de/~adlibit/" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="-* x86" IUSE="build" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="dev-lang/nasm" RDEPEND="sys-apps/sed" |