diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2015-07-30 19:48:10 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2015-07-30 19:48:10 +0000 |
commit | 593560016ac5d6df09c6abf5ea1087704aab3b69 (patch) | |
tree | 547abdc9da17aca4349e2a3bea87d3a17cfcae7f /www-client | |
parent | Drop vulnerable version, bug #536012 (diff) | |
download | gentoo-2-593560016ac5d6df09c6abf5ea1087704aab3b69.tar.gz gentoo-2-593560016ac5d6df09c6abf5ea1087704aab3b69.tar.bz2 gentoo-2-593560016ac5d6df09c6abf5ea1087704aab3b69.zip |
fixed typo made yesterday when adding the epatch line to fix hppa builds; bug 556276
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 009C547C2B6559ED!)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/firefox/firefox-39.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index e11c2ab8b74d..c57a4fe980ad 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/firefox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.433 2015/07/29 20:14:14 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.434 2015/07/30 19:48:10 axs Exp $ + + 30 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> firefox-39.0.ebuild: + fixed typo made yesterday when adding the epatch line to fix hppa builds; bug + 556276 29 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> +files/firefox-38-hppa-js-syntax-error.patch, firefox-38.1.0.ebuild, diff --git a/www-client/firefox/firefox-39.0.ebuild b/www-client/firefox/firefox-39.0.ebuild index 2b2077605460..9ea1451cff79 100644 --- a/www-client/firefox/firefox-39.0.ebuild +++ b/www-client/firefox/firefox-39.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-39.0.ebuild,v 1.2 2015/07/29 20:14:14 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-39.0.ebuild,v 1.3 2015/07/30 19:48:10 axs Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -146,7 +146,7 @@ src_prepare() { EPATCH_FORCE="yes" \ EPATCH_EXCLUDE="8010_bug114311-freetype26.patch" \ epatch "${WORKDIR}/firefox" - epatch "${WORKDIR}"/${PN}-38-hppa-js-syntax-error.patch + epatch "${FILESDIR}"/${PN}-38-hppa-js-syntax-error.patch #556196 # Allow user to apply any additional patches without modifing ebuild epatch_user |