diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2018-10-30 15:18:31 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2018-10-30 15:19:09 -0400 |
commit | e89ffdb47b5014f67bfb0c4a269ec837bd770168 (patch) | |
tree | 1c2d1f8e648fdee24bb4ab661acbe83f6730738c /mail-client | |
parent | mail-mta/opensmtpd: bump ebuilds (diff) | |
download | gentoo-e89ffdb47b5014f67bfb0c4a269ec837bd770168.tar.gz gentoo-e89ffdb47b5014f67bfb0c4a269ec837bd770168.tar.bz2 gentoo-e89ffdb47b5014f67bfb0c4a269ec837bd770168.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/thunderbird-60.2.1.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/mail-client/thunderbird/thunderbird-60.2.1.ebuild b/mail-client/thunderbird/thunderbird-60.2.1.ebuild index 3e01b999d83c..959ff12d301b 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 |