axs 15/07/30 19:48:10 Modified: firefox-39.0.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.3 www-client/firefox/firefox-39.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-39.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-39.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-39.0.ebuild?r1=1.2&r2=1.3 Index: firefox-39.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-39.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- firefox-39.0.ebuild 29 Jul 2015 20:14:14 -0000 1.2 +++ firefox-39.0.ebuild 30 Jul 2015 19:48:10 -0000 1.3 @@ -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 @@ 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 1.434 www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.434&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.434&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.433&r2=1.434 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.433 retrieving revision 1.434 diff -u -r1.433 -r1.434 --- ChangeLog 29 Jul 2015 20:14:14 -0000 1.433 +++ ChangeLog 30 Jul 2015 19:48:10 -0000 1.434 @@ -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_) <[email protected]> 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_) <[email protected]> +files/firefox-38-hppa-js-syntax-error.patch, firefox-38.1.0.ebuild,
