Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sat, 02 Nov 2019 12:52:37
Message-Id: 1572699145.6525aee0eca76dc102c7d2cb16c5d95982288259.whissi@gentoo
1 commit: 6525aee0eca76dc102c7d2cb16c5d95982288259
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 12:51:35 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 12:52:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6525aee0
7
8 www-client/firefox: fix RESTRICT; Move REQUIRED_USE for readability
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-68.2.0.ebuild | 9 ++++++---
14 www-client/firefox/firefox-70.0.1.ebuild | 9 +++++----
15 2 files changed, 11 insertions(+), 7 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-68.2.0.ebuild b/www-client/firefox/firefox-68.2.0.ebuild
18 index 7c5b0d66a9e..0c4c46d373c 100644
19 --- a/www-client/firefox/firefox-68.2.0.ebuild
20 +++ b/www-client/firefox/firefox-68.2.0.ebuild
21 @@ -56,7 +56,12 @@ IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver
22 +screenshot selinux startup-notification +system-av1
23 +system-harfbuzz +system-icu +system-jpeg +system-libevent
24 +system-sqlite +system-libvpx +system-webp test wayland wifi"
25 -RESTRICT="!bindist? ( bindist )"
26 +
27 +REQUIRED_USE="pgo? ( lto )
28 + wifi? ( dbus )"
29 +
30 +RESTRICT="!bindist? ( bindist )
31 + !test? ( test )"
32
33 PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c,whissi}/mozilla/patchsets/${PATCH}.tar.xz )
34 SRC_URI="${SRC_URI}
35 @@ -172,8 +177,6 @@ DEPEND="${CDEPEND}
36 x86? ( >=dev-lang/nasm-2.13 )
37 )"
38
39 -REQUIRED_USE="wifi? ( dbus )
40 - pgo? ( lto )"
41
42 S="${WORKDIR}/firefox-${PV%_*}"
43
44
45 diff --git a/www-client/firefox/firefox-70.0.1.ebuild b/www-client/firefox/firefox-70.0.1.ebuild
46 index e043eb80210..014e8e10c90 100644
47 --- a/www-client/firefox/firefox-70.0.1.ebuild
48 +++ b/www-client/firefox/firefox-70.0.1.ebuild
49 @@ -56,7 +56,11 @@ IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver
50 +screenshot selinux startup-notification +system-av1
51 +system-harfbuzz +system-icu +system-jpeg +system-libevent
52 +system-sqlite +system-libvpx +system-webp test wayland wifi"
53 -RESTRICT="!bindist? ( bindist )"
54 +
55 +REQUIRED_USE="pgo? ( lto )"
56 +
57 +RESTRICT="!bindist? ( bindist )
58 + !test? ( test )"
59
60 PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c,whissi}/mozilla/patchsets/${PATCH}.tar.xz )
61 SRC_URI="${SRC_URI}
62 @@ -174,9 +178,6 @@ DEPEND="${CDEPEND}
63 x86? ( >=dev-lang/nasm-2.13 )
64 )"
65
66 -REQUIRED_USE="pgo? ( lto )"
67 -
68 -RESTRICT="!test? ( test )"
69
70 S="${WORKDIR}/firefox-${PV%_*}"