diff options
author | 2013-11-18 19:37:20 +0000 | |
---|---|---|
committer | 2013-11-18 19:37:20 +0000 | |
commit | 0d91eb4fb5ace912711d70131beb65ae8f0f98e4 (patch) | |
tree | 727effec0a35ebe3d11b07608285739b6a4a9e2a | |
parent | Apply the same patch to the stable candidate (bug #481810). (diff) | |
download | gentoo-2-0d91eb4fb5ace912711d70131beb65ae8f0f98e4.tar.gz gentoo-2-0d91eb4fb5ace912711d70131beb65ae8f0f98e4.tar.bz2 gentoo-2-0d91eb4fb5ace912711d70131beb65ae8f0f98e4.zip |
Readd stack direction patch. Again.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-25.0.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index a916064dd302..4377e7745bce 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # 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.283 2013/11/18 14:13:56 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.284 2013/11/18 19:37:20 jer Exp $ + + 18 Nov 2013; Jeroen Roovers <jer@gentoo.org> firefox-25.0.1.ebuild: + Readd stack direction patch. Again. *firefox-25.0.1 (18 Nov 2013) diff --git a/www-client/firefox/firefox-25.0.1.ebuild b/www-client/firefox/firefox-25.0.1.ebuild index 0c8bb5f3044c..19967d804b0b 100644 --- a/www-client/firefox/firefox-25.0.1.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.1.ebuild,v 1.1 2013/11/18 14:13:56 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-25.0.1.ebuild,v 1.2 2013/11/18 19:37:20 jer Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -148,6 +148,8 @@ src_prepare() { EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" + epatch "${FILESDIR}"/${PN}-25.0-stack-grows-up.patch + # Allow user to apply any additional patches without modifing ebuild epatch_user |