Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/
Date: Mon, 05 Jun 2017 14:36:08
Message-Id: 1496672906.b28c9958a13058f6d7d34ad11537d5dd8a394d38.anarchy@gentoo
1 commit: b28c9958a13058f6d7d34ad11537d5dd8a394d38
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 14:28:26 2017 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 14:28:26 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b28c9958
7
8 mail-client/thunderbird: sync with main tree
9
10 mail-client/thunderbird/metadata.xml | 8 +++++++-
11 mail-client/thunderbird/thunderbird-52.1.1.ebuild | 2 +-
12 2 files changed, 8 insertions(+), 2 deletions(-)
13
14 diff --git a/mail-client/thunderbird/metadata.xml b/mail-client/thunderbird/metadata.xml
15 index 5b1e2e8..6f53326 100644
16 --- a/mail-client/thunderbird/metadata.xml
17 +++ b/mail-client/thunderbird/metadata.xml
18 @@ -14,11 +14,16 @@
19 (note 38.0 and above bundles calendar support when this flag is off)</flag>
20 <flag name='custom-optimization'>Fine-tune custom compiler optimizations
21 (-Os, -O0, -O1, -O2, -O3)</flag>
22 - <flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</flag>
23 + <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag>
24 + <flag name="jemalloc">Enable or disable jemalloc (forced-on when supported prior to 38.0)</flag>
25 <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg>
26 instead of bundled.</flag>
27 + <flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg>
28 + instead of bundled.</flag>
29 <flag name="system-icu">Use the system-wide <pkg>dev-libs/icu</pkg>
30 instead of bundled.</flag>
31 + <flag name="system-libevent">Use the system-wide <pkg>dev-libs/libevent</pkg>
32 + instead of bundled.</flag>
33 <flag name="system-jpeg">Use the system-wide <pkg>media-libs/libjpeg-turbo</pkg>
34 instead of bundled.</flag>
35 <flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg>
36 @@ -26,5 +31,6 @@
37 <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg>
38 installation with secure-delete enabled</flag>
39 <flag name="minimal">Remove the software development kit and headers</flag>
40 + <flag name="rust">Enable support for rust compiler <pkg>dev-lang/rust</pkg></flag>
41 </use>
42 </pkgmetadata>
43
44 diff --git a/mail-client/thunderbird/thunderbird-52.1.1.ebuild b/mail-client/thunderbird/thunderbird-52.1.1.ebuild
45 index b9a7d27..eeebfbd 100644
46 --- a/mail-client/thunderbird/thunderbird-52.1.1.ebuild
47 +++ b/mail-client/thunderbird/thunderbird-52.1.1.ebuild
48 @@ -53,7 +53,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1"
49 CDEPEND="
50 >=dev-libs/nss-3.28.3
51 >=dev-libs/nspr-4.13.1
52 - crypt? ( x11-plugins/enigmail[-thunderbird(-)] )
53 + crypt? ( >=x11-plugins/enigmail-1.9.6.1-r1 )
54 "
55
56 DEPEND="rust? ( dev-lang/rust )