summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/firefox-68.2.0.ebuild')
-rw-r--r--www-client/firefox/firefox-68.2.0.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/firefox-68.2.0.ebuild b/www-client/firefox/firefox-68.2.0.ebuild
index 7c5b0d66a9e5..0c4c46d373c6 100644
--- a/www-client/firefox/firefox-68.2.0.ebuild
+++ b/www-client/firefox/firefox-68.2.0.ebuild
@@ -56,7 +56,12 @@ IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver
+screenshot selinux startup-notification +system-av1
+system-harfbuzz +system-icu +system-jpeg +system-libevent
+system-sqlite +system-libvpx +system-webp test wayland wifi"
-RESTRICT="!bindist? ( bindist )"
+
+REQUIRED_USE="pgo? ( lto )
+ wifi? ( dbus )"
+
+RESTRICT="!bindist? ( bindist )
+ !test? ( test )"
PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c,whissi}/mozilla/patchsets/${PATCH}.tar.xz )
SRC_URI="${SRC_URI}
@@ -172,8 +177,6 @@ DEPEND="${CDEPEND}
x86? ( >=dev-lang/nasm-2.13 )
)"
-REQUIRED_USE="wifi? ( dbus )
- pgo? ( lto )"
S="${WORKDIR}/firefox-${PV%_*}"