Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Tue, 30 Oct 2018 19:19:57
Message-Id: 1540927149.e89ffdb47b5014f67bfb0c4a269ec837bd770168.axs@gentoo
1 commit: e89ffdb47b5014f67bfb0c4a269ec837bd770168
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 30 19:18:31 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 30 19:19:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89ffdb4
7
8 mail-client/thunderbird: DOMi is gone, drop IUSE=mozdom
9
10 Also removed all --enable-extensions= related functionality from the ebuild as
11 this is no longer of any use in the build system as of moz60.
12
13 Bug: https://bugs.gentoo.org/669784
14
15 Signed-off-by: Ian Stakenvicius <axs <AT> gentoo.org>
16 Package-Manager: Portage-2.3.49, Repoman-2.3.11
17
18 mail-client/thunderbird/thunderbird-60.2.1.ebuild | 12 +-----------
19 1 file changed, 1 insertion(+), 11 deletions(-)
20
21 diff --git a/mail-client/thunderbird/thunderbird-60.2.1.ebuild b/mail-client/thunderbird/thunderbird-60.2.1.ebuild
22 index 3e01b999d83..959ff12d301 100644
23 --- a/mail-client/thunderbird/thunderbird-60.2.1.ebuild
24 +++ b/mail-client/thunderbird/thunderbird-60.2.1.ebuild
25 @@ -40,7 +40,7 @@ HOMEPAGE="https://www.mozilla.org/thunderbird"
26 KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
27 SLOT="0"
28 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
29 -IUSE="bindist clang dbus debug hardened jack lightning mozdom neon pulseaudio
30 +IUSE="bindist clang dbus debug hardened jack lightning neon pulseaudio
31 selinux startup-notification system-harfbuzz system-icu system-jpeg
32 system-libevent system-libvpx system-sqlite wifi"
33 RESTRICT="!bindist? ( bindist )"
34 @@ -243,8 +243,6 @@ src_prepare() {
35 }
36
37 src_configure() {
38 - MEXTENSIONS="default"
39 -
40 # Add information about TERM to output (build.log) to aid debugging
41 # blessings problems
42 if [[ -n "${TERM}" ]] ; then
43 @@ -388,14 +386,6 @@ src_configure() {
44 mozconfig_annotate '' --with-user-appdir=.thunderbird
45
46 mozconfig_annotate '' --enable-ldap
47 -
48 - # Bug #72667
49 - if use mozdom; then
50 - MEXTENSIONS="${MEXTENSIONS},inspector"
51 - fi
52 -
53 - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
54 -
55 mozconfig_annotate '' --enable-calendar
56
57 # Disable built-in ccache support to avoid sandbox violation, #665420