commit:     e89ffdb47b5014f67bfb0c4a269ec837bd770168
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 30 19:18:31 2018 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Oct 30 19:19:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89ffdb4

mail-client/thunderbird: DOMi is gone, drop IUSE=mozdom

Also removed all --enable-extensions= related functionality from the ebuild as
this is no longer of any use in the build system as of moz60.

Bug: https://bugs.gentoo.org/669784

Signed-off-by: Ian Stakenvicius <axs <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 mail-client/thunderbird/thunderbird-60.2.1.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/mail-client/thunderbird/thunderbird-60.2.1.ebuild 
b/mail-client/thunderbird/thunderbird-60.2.1.ebuild
index 3e01b999d83..959ff12d301 100644
--- a/mail-client/thunderbird/thunderbird-60.2.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.2.1.ebuild
@@ -40,7 +40,7 @@ HOMEPAGE="https://www.mozilla.org/thunderbird";
 KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist clang dbus debug hardened jack lightning mozdom neon pulseaudio
+IUSE="bindist clang dbus debug hardened jack lightning neon pulseaudio
        selinux startup-notification system-harfbuzz system-icu system-jpeg
        system-libevent system-libvpx system-sqlite wifi"
 RESTRICT="!bindist? ( bindist )"
@@ -243,8 +243,6 @@ src_prepare() {
 }
 
 src_configure() {
-       MEXTENSIONS="default"
-
        # Add information about TERM to output (build.log) to aid debugging
        # blessings problems
        if [[ -n "${TERM}" ]] ; then
@@ -388,14 +386,6 @@ src_configure() {
        mozconfig_annotate '' --with-user-appdir=.thunderbird
 
        mozconfig_annotate '' --enable-ldap
-
-       # Bug #72667
-       if use mozdom; then
-               MEXTENSIONS="${MEXTENSIONS},inspector"
-       fi
-
-       mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
-
        mozconfig_annotate '' --enable-calendar
 
        # Disable built-in ccache support to avoid sandbox violation, #665420

Reply via email to