Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 24 Sep 2015 18:07:37
Message-Id: 1443118004.a96e4656563f69f5567e07fff25b81cfcc6c6410.axs@gentoo
1 commit: a96e4656563f69f5567e07fff25b81cfcc6c6410
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 18:05:01 2015 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 18:06:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96e4656
7
8 www-client/firefox-41: restored patch for bug 557956
9
10 The firefox-41.0 release dropped the libc patch needed to fix
11 bug 557956. This commit revbumps to 41.0-r1, including the
12 patch again.
13
14 Bug: https://bugs.gentoo.org/show_bug.cgi?id=557956#c14
15 Package-Manager: portage-2.2.20.1
16
17 www-client/firefox/{firefox-41.0.ebuild => firefox-41.0-r1.ebuild} | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/www-client/firefox/firefox-41.0.ebuild b/www-client/firefox/firefox-41.0-r1.ebuild
21 similarity index 99%
22 rename from www-client/firefox/firefox-41.0.ebuild
23 rename to www-client/firefox/firefox-41.0-r1.ebuild
24 index 868fc56..335eb95 100644
25 --- a/www-client/firefox/firefox-41.0.ebuild
26 +++ b/www-client/firefox/firefox-41.0-r1.ebuild
27 @@ -140,6 +140,7 @@ src_prepare() {
28 EPATCH_SUFFIX="patch" \
29 EPATCH_FORCE="yes" \
30 epatch "${WORKDIR}/firefox"
31 + epatch "${FILESDIR}"/${PN}-38-dont-hardcode-libc-soname.patch #557956
32
33 # Allow user to apply any additional patches without modifing ebuild
34 epatch_user