diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-05-28 14:44:24 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-05-28 14:44:24 +0000 |
commit | e6741ce9146c73c76ad78486ca3c92fb03400fb1 (patch) | |
tree | 778fe5539af79a39c4b283d9f6600f0e76beac72 /www-client | |
parent | Finish adding support for gcc-4.7, bug #410557 (diff) | |
download | gentoo-2-e6741ce9146c73c76ad78486ca3c92fb03400fb1.tar.gz gentoo-2-e6741ce9146c73c76ad78486ca3c92fb03400fb1.tar.bz2 gentoo-2-e6741ce9146c73c76ad78486ca3c92fb03400fb1.zip |
Finish adding support for gcc-4.7, bug #410557
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-12.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index e622c1a1db34..3a5a0e00d1e5 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.152 2012/05/26 17:18:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.153 2012/05/28 14:44:24 anarchy Exp $ + + 28 May 2012; <anarchy@gentoo.org> firefox-12.0-r1.ebuild: + Finish adding support for gcc-4.7, bug #410557 26 May 2012; Raúl Porcel <armin76@gentoo.org> firefox-10.0.4.ebuild: alpha/ia64 stable diff --git a/www-client/firefox/firefox-12.0-r1.ebuild b/www-client/firefox/firefox-12.0-r1.ebuild index a7e361f472ca..0ca5f3e15055 100644 --- a/www-client/firefox/firefox-12.0-r1.ebuild +++ b/www-client/firefox/firefox-12.0-r1.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/firefox-12.0-r1.ebuild,v 1.2 2012/05/26 16:59:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-12.0-r1.ebuild,v 1.3 2012/05/28 14:44:24 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -27,7 +27,7 @@ fi # Changeset for alpha snapshot CHANGESET="e56ecd8b3a68" # Patch version -PATCH="${PN}-12.0-patches-0.3" +PATCH="${PN}-12.0-patches-0.4" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" |