diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-02 13:51:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-02 13:52:25 +0100 |
commit | 6525aee0eca76dc102c7d2cb16c5d95982288259 (patch) | |
tree | 80b2cfc6edd59854f4957f8e3a0fe1bc28fe2b1e /www-client/firefox | |
parent | www-client/firefox: drop old (diff) | |
download | gentoo-6525aee0eca76dc102c7d2cb16c5d95982288259.tar.gz gentoo-6525aee0eca76dc102c7d2cb16c5d95982288259.tar.bz2 gentoo-6525aee0eca76dc102c7d2cb16c5d95982288259.zip |
www-client/firefox: fix RESTRICT; Move REQUIRED_USE for readability
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-68.2.0.ebuild | 9 | ||||
-rw-r--r-- | www-client/firefox/firefox-70.0.1.ebuild | 9 |
2 files changed, 11 insertions, 7 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%_*}" diff --git a/www-client/firefox/firefox-70.0.1.ebuild b/www-client/firefox/firefox-70.0.1.ebuild index e043eb802103..014e8e10c909 100644 --- a/www-client/firefox/firefox-70.0.1.ebuild +++ b/www-client/firefox/firefox-70.0.1.ebuild @@ -56,7 +56,11 @@ IUSE="bindist clang cpu_flags_x86_avx2 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 )" + +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} @@ -174,9 +178,6 @@ DEPEND="${CDEPEND} x86? ( >=dev-lang/nasm-2.13 ) )" -REQUIRED_USE="pgo? ( lto )" - -RESTRICT="!test? ( test )" S="${WORKDIR}/firefox-${PV%_*}" |