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/, mail-client/thunderbird/, www-client/seamonkey/
Date: Mon, 26 Sep 2016 14:58:37
Message-Id: 1474901817.b0f276d40699578dc9fbcf2dce3f65e291530d77.axs@gentoo
1 commit: b0f276d40699578dc9fbcf2dce3f65e291530d77
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 14:56:57 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 14:56:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f276d4
7
8 mozilla packages: clarified description of USE=custom-optimization
9
10 mail-client/thunderbird/metadata.xml | 4 ++--
11 www-client/firefox/metadata.xml | 4 ++--
12 www-client/seamonkey/metadata.xml | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/mail-client/thunderbird/metadata.xml b/mail-client/thunderbird/metadata.xml
16 index 2722c3b..f7572e4 100644
17 --- a/mail-client/thunderbird/metadata.xml
18 +++ b/mail-client/thunderbird/metadata.xml
19 @@ -12,8 +12,8 @@
20 <flag name="mozdom">Enable Mozilla's DOM inspector</flag>
21 <flag name="lightning">Enable app-global calendar support
22 (note 38.0 and above bundles calendar support when this flag is off)</flag>
23 - <flag name="custom-optimization">Fine-tune custom compiler optimizations
24 - (-Os, -O0, -O1, -O2, -O3)</flag>
25 + <flag name="custom-optimization">Build with user-specified compiler optimizations
26 + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
27 <flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</flag>
28 <flag name="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag>
29 <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg>
30
31 diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
32 index fbdfd67..aee28e8 100644
33 --- a/www-client/firefox/metadata.xml
34 +++ b/www-client/firefox/metadata.xml
35 @@ -8,8 +8,8 @@
36 <use>
37 <flag name="bindist">Disable official Firefox branding (icons, name) which
38 are not binary-redistributable according to upstream.</flag>
39 - <flag name="custom-optimization">Fine-tune custom compiler
40 - optimizations (-Os, -O0, -O1, -O2, -O3)</flag>
41 + <flag name="custom-optimization">Build with user-specified compiler optimizations
42 + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
43 <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag>
44 <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
45 downloaded and kept up-to-date in user profiles</flag>
46
47 diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml
48 index b3e2038..fc41365 100644
49 --- a/www-client/seamonkey/metadata.xml
50 +++ b/www-client/seamonkey/metadata.xml
51 @@ -11,8 +11,8 @@
52 </maintainer>
53 <use>
54 <flag name="chatzilla">Build Mozilla's IRC client (default on)</flag>
55 - <flag name="custom-optimization">Fine-tune custom compiler
56 - optimizations (-Os, -O0, -O1, -O2, -O3)</flag>
57 + <flag name="custom-optimization">Build with user-specified compiler optimizations
58 + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
59 <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
60 downloaded and kept up-to-date in user profiles</flag>
61 <flag name="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag>