diff options
author | Dane Smith <c1pher@gentoo.org> | 2010-10-24 16:14:24 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2010-10-24 16:14:24 +0000 |
commit | f253ac4122f2c8f0486f75e94237bd9d506aa3f1 (patch) | |
tree | 729cf3731ae4c18b6acad95187cd80fb199bc298 | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-f253ac4122f2c8f0486f75e94237bd9d506aa3f1.tar.gz gentoo-2-f253ac4122f2c8f0486f75e94237bd9d506aa3f1.tar.bz2 gentoo-2-f253ac4122f2c8f0486f75e94237bd9d506aa3f1.zip |
Stable x86 wrt bug 341821.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | www-client/firefox-bin/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox-bin/firefox-bin-3.6.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox-bin/ChangeLog b/www-client/firefox-bin/ChangeLog index 0c4138f4bdb7..2e800f62ee2a 100644 --- a/www-client/firefox-bin/ChangeLog +++ b/www-client/firefox-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox-bin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.36 2010/10/24 16:03:20 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.37 2010/10/24 16:14:24 c1pher Exp $ + + 24 Oct 2010; Dane Smith <c1pher@gentoo.org> firefox-bin-3.6.11.ebuild: + Stable x86 wrt bug 341821. 24 Oct 2010; Jory A. Pratt <anarchy@gentoo.org> firefox-bin-3.6.11.ebuild: Fix firefox-bin stub creation diff --git a/www-client/firefox-bin/firefox-bin-3.6.11.ebuild b/www-client/firefox-bin/firefox-bin-3.6.11.ebuild index d603ac317707..21921823ba1f 100644 --- a/www-client/firefox-bin/firefox-bin-3.6.11.ebuild +++ b/www-client/firefox-bin/firefox-bin-3.6.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.11.ebuild,v 1.3 2010/10/24 16:03:20 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.11.ebuild,v 1.4 2010/10/24 16:14:24 c1pher Exp $ EAPI="2" inherit eutils mozilla-launcher multilib mozextension @@ -23,7 +23,7 @@ SRC_URI="${REL_URI}/${MY_PV}/linux-i686/en-US/${MY_P}.tar.bz2" HOMEPAGE="http://www.mozilla.com/firefox" RESTRICT="strip mirror" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="startup-notification" |