diff options
-rw-r--r-- | www-client/firefox-bin/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/firefox-bin/firefox-bin-10.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/firefox-bin/ChangeLog b/www-client/firefox-bin/ChangeLog index 73ee4841c588..8f7c20e15301 100644 --- a/www-client/firefox-bin/ChangeLog +++ b/www-client/firefox-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/firefox-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.90 2012/02/22 01:59:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.91 2012/02/22 09:37:36 polynomial-c Exp $ + + 22 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> + firefox-bin-10.0.2.ebuild: + Stable per bug #404437 22 Feb 2012; Jeff Horelick <jdhore@gentoo.org> firefox-bin-10.0.2.ebuild: Restrict binchecks. This package is built by Mozilla so the binaries may not diff --git a/www-client/firefox-bin/firefox-bin-10.0.2.ebuild b/www-client/firefox-bin/firefox-bin-10.0.2.ebuild index 1789a9546caf..03e1734e4169 100644 --- a/www-client/firefox-bin/firefox-bin-10.0.2.ebuild +++ b/www-client/firefox-bin/firefox-bin-10.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-10.0.2.ebuild,v 1.3 2012/02/22 01:59:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-10.0.2.ebuild,v 1.4 2012/02/22 09:37:36 polynomial-c Exp $ EAPI="4" @@ -31,7 +31,7 @@ SRC_URI="${SRC_URI} HOMEPAGE="http://www.mozilla.com/firefox" RESTRICT="strip mirror binchecks" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="startup-notification" |