summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2013-11-18 14:13:56 +0000
committerJory Pratt <anarchy@gentoo.org>2013-11-18 14:13:56 +0000
commitb8ce928f1a9c517b743399a9863719700a665a0c (patch)
treec1d862a216382e26e4fe51e68248136e08488846 /www-client
parentVersion bump (diff)
downloadgentoo-2-b8ce928f1a9c517b743399a9863719700a665a0c.tar.gz
gentoo-2-b8ce928f1a9c517b743399a9863719700a665a0c.tar.bz2
gentoo-2-b8ce928f1a9c517b743399a9863719700a665a0c.zip
Misc upstream bug fixes
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/ChangeLog8
-rw-r--r--www-client/firefox/firefox-25.0.1.ebuild (renamed from www-client/firefox/firefox-25.0-r1.ebuild)9
2 files changed, 10 insertions, 7 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index f1a2d9921463..a916064dd302 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/firefox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.282 2013/11/08 14:15:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.283 2013/11/18 14:13:56 anarchy Exp $
+
+*firefox-25.0.1 (18 Nov 2013)
+
+ 18 Nov 2013; Jory A. Pratt <anarchy@gentoo.org> +firefox-25.0.1.ebuild,
+ -firefox-25.0-r1.ebuild:
+ Misc upstream bug fixes
08 Nov 2013; Jeroen Roovers <jer@gentoo.org> firefox-25.0-r1.ebuild,
+files/firefox-25.0-stack-grows-up.patch:
diff --git a/www-client/firefox/firefox-25.0-r1.ebuild b/www-client/firefox/firefox-25.0.1.ebuild
index 771298a9f453..0c8bb5f3044c 100644
--- a/www-client/firefox/firefox-25.0-r1.ebuild
+++ b/www-client/firefox/firefox-25.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-25.0-r1.ebuild,v 1.2 2013/11/08 14:15:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-25.0.1.ebuild,v 1.1 2013/11/18 14:13:56 anarchy Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -50,8 +50,8 @@ ASM_DEPEND=">=dev-lang/yasm-1.1"
# Mesa 7.10 needed for WebGL + bugfixes
RDEPEND="
- >=dev-libs/nss-3.15.1
- >=dev-libs/nspr-4.10
+ >=dev-libs/nss-3.15.3
+ >=dev-libs/nspr-4.10.2
>=dev-libs/glib-2.26:2
>=media-libs/mesa-7.10
>=media-libs/libpng-1.5.17[apng]
@@ -148,9 +148,6 @@ src_prepare() {
EPATCH_FORCE="yes" \
epatch "${WORKDIR}/firefox"
- # Fix systems where the stack grows up (bug #490746)
- epatch "${FILESDIR}"/${P}-stack-grows-up.patch
-
# Allow user to apply any additional patches without modifing ebuild
epatch_user