Skip to content

Commit

Permalink
mail-client/thunderbird: DOMi is gone, drop IUSE=mozdom
Browse files Browse the repository at this point in the history
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 <[email protected]>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
  • Loading branch information
axs-gentoo committed Oct 30, 2018
1 parent 7bbc208 commit e89ffdb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions mail-client/thunderbird/thunderbird-60.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e89ffdb

Please sign in to comment.