Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Tue, 29 Aug 2017 00:11:42
Message-Id: 1503965463.77f5185c0ad2210d65800ff43c08a34d7b582cc8.anarchy@gentoo
1 commit: 77f5185c0ad2210d65800ff43c08a34d7b582cc8
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 29 00:11:03 2017 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 00:11:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=77f5185c
7
8 www-client/firefox:
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 www-client/firefox/firefox-56.0_beta6.ebuild | 1 -
13 www-client/firefox/metadata.xml | 1 +
14 2 files changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-56.0_beta6.ebuild b/www-client/firefox/firefox-56.0_beta6.ebuild
17 index 5779365..f8262b0 100644
18 --- a/www-client/firefox/firefox-56.0_beta6.ebuild
19 +++ b/www-client/firefox/firefox-56.0_beta6.ebuild
20 @@ -58,7 +58,6 @@ DEPEND="${RDEPEND}
21 pgo? ( >=sys-devel/gcc-4.5 )
22 >=virtual/rust-1.17.1
23 >=dev-util/cargo-0.17.1
24 -
25 amd64? ( ${ASM_DEPEND} virtual/opengl )
26 x86? ( ${ASM_DEPEND} virtual/opengl )"
27
28
29 diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
30 index a0a9a71..56f4927 100644
31 --- a/www-client/firefox/metadata.xml
32 +++ b/www-client/firefox/metadata.xml
33 @@ -13,6 +13,7 @@
34 <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag>
35 <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
36 downloaded and kept up-to-date in user profiles</flag>
37 + <flag name="gold">Enable use of ld.gold linker</flag>
38 <flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag>
39 <flag name="jemalloc">Enable or disable jemalloc</flag>
40 <flag name="pgo">Add support for profile-guided optimization using gcc-4.5,