Skip to content

Commit

Permalink
mail-client/thunderbird: remove USE=geckodriver
Browse files Browse the repository at this point in the history
Doesn't make sense to provide geckodriver with thunderbird.

Closes: https://bugs.gentoo.org/693390
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Sep 3, 2019
1 parent cd069c6 commit 401468a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion mail-client/thunderbird/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<flag name="custom-optimization">Build with user-specified compiler optimizations
(-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
<flag name="eme-free">Disable EME (DRM plugin) cabability at build time</flag>
<flag name="geckodriver">Enable WebDriver support</flag>
<flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
downloaded and kept up-to-date in user profiles</flag>
<flag name="gtk2">Use the cairo-gtk2 rendering engine instead of the default cairo-gtk3</flag>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ HOMEPAGE="https://www.mozilla.org/thunderbird"
KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver
IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free
+gmp-autoupdate hardened jack lightning lto neon pgo pulseaudio
selinux startup-notification +system-av1 +system-harfbuzz +system-icu
+system-jpeg +system-libevent +system-sqlite +system-libvpx
Expand Down Expand Up @@ -529,8 +529,6 @@ src_configure() {

mozconfig_use_enable wifi necko-wifi

mozconfig_use_enable geckodriver

# enable JACK, bug 600002
mozconfig_use_enable jack

Expand Down Expand Up @@ -641,13 +639,6 @@ src_install() {
MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
DESTDIR="${D}" ./mach install || die

if use geckodriver ; then
cp "${BUILD_OBJ_DIR}"/dist/bin/geckodriver "${ED%/}"${MOZILLA_FIVE_HOME} || die
pax-mark m "${ED%/}"${MOZILLA_FIVE_HOME}/geckodriver

dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver
fi

# Install language packs
MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install

Expand Down

0 comments on commit 401468a

Please sign in to comment.