diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:39:56 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:39:56 +0000 |
commit | 914656b7d65fe27797c76553c86d5ea803abc76e (patch) | |
tree | 54133f1d1f002b459fcd05e2a44e17dea6a33d3c /www-client | |
parent | Stable on sparc (diff) | |
download | gentoo-2-914656b7d65fe27797c76553c86d5ea803abc76e.tar.gz gentoo-2-914656b7d65fe27797c76553c86d5ea803abc76e.tar.bz2 gentoo-2-914656b7d65fe27797c76553c86d5ea803abc76e.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-1.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index 974645557ae5..21c36806f4a8 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.15 2007/06/01 18:04:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.16 2007/07/02 14:39:56 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> + seamonkey-bin-1.1.2.ebuild: + (QA) RESTRICT clean up. 01 Jun 2007; Raúl Porcel <armin76@gentoo.org> -seamonkey-bin-1.1.1.ebuild: diff --git a/www-client/seamonkey-bin/seamonkey-bin-1.1.2.ebuild b/www-client/seamonkey-bin/seamonkey-bin-1.1.2.ebuild index e6b90dd40d61..ae97738e663e 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-1.1.2.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-1.1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.2.ebuild,v 1.3 2007/06/01 15:21:49 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.2.ebuild,v 1.4 2007/07/02 14:39:56 peper Exp $ inherit eutils mozilla-launcher multilib DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" SRC_URI="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PV}/seamonkey-${PV}.en-US.linux-i686.tar.gz" HOMEPAGE="http://www.mozilla.org/projects/seamonkey/" -RESTRICT="nostrip" +RESTRICT="strip" KEYWORDS="-* amd64 x86" SLOT="0" |