summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-09-26 15:00:20 +0000
committerIan Stakenvicius <axs@gentoo.org>2013-09-26 15:00:20 +0000
commit8c825c941d59d0e56dd479cfa65bd5c21056cc9c (patch)
treeb3906ef90f86188f3aee2c4b45a3c711616e4eb8 /www-client
parentDo not treat warnings as errors, fixes bug #480648. (diff)
downloadgentoo-2-8c825c941d59d0e56dd479cfa65bd5c21056cc9c.tar.gz
gentoo-2-8c825c941d59d0e56dd479cfa65bd5c21056cc9c.tar.bz2
gentoo-2-8c825c941d59d0e56dd479cfa65bd5c21056cc9c.zip
fixed incorrect bug #
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/ChangeLog7
-rw-r--r--www-client/firefox/firefox-24.0-r1.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index 4b6741aede54..9b3a71a77834 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,10 +1,13 @@
# 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.277 2013/09/26 14:50:18 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.278 2013/09/26 15:00:20 axs Exp $
+
+ 26 Sep 2013; Ian Stakenvicius <axs@gentoo.org> firefox-24.0-r1.ebuild:
+ fixed incorrect bug #
26 Sep 2013; Ian Stakenvicius <axs@gentoo.org>
+files/moz24-drop-Wl-build-id.patch, firefox-24.0-r1.ebuild:
- drop -Wl,--build-id from LDFLAGS, bug #465446
+ drop -Wl,--build-id from LDFLAGS, bug #465466
25 Sep 2013; Lars Wendler <polynomial-c@gentoo.org> -firefox-17.0.8.ebuild:
Removed old.
diff --git a/www-client/firefox/firefox-24.0-r1.ebuild b/www-client/firefox/firefox-24.0-r1.ebuild
index f572683eb0bf..b1a35a642180 100644
--- a/www-client/firefox/firefox-24.0-r1.ebuild
+++ b/www-client/firefox/firefox-24.0-r1.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-24.0-r1.ebuild,v 1.4 2013/09/26 14:50:18 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.0-r1.ebuild,v 1.5 2013/09/26 15:00:20 axs Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -147,7 +147,7 @@ src_prepare() {
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
epatch "${WORKDIR}/firefox"
- # drop -Wl,--build-id from LDFLAGS, bug #465446
+ # drop -Wl,--build-id from LDFLAGS, bug #465466
epatch "${FILESDIR}"/moz${PV%%\.*}-drop-Wl-build-id.patch
# Allow user to apply any additional patches without modifing ebuild