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: Sun, 23 Sep 2018 11:11:32
Message-Id: 1537701074.c0f69a2a8d29d41b535b695be17b923ac53a2559.whissi@gentoo
1 commit: c0f69a2a8d29d41b535b695be17b923ac53a2559
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 11:11:01 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 11:11:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f69a2a
7
8 www-client/firefox: add USE=geckodriver to enable WebDriver support
9
10 Bug: https://bugs.gentoo.org/665184
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 www-client/firefox/firefox-60.2.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-60.2.1.ebuild b/www-client/firefox/firefox-60.2.1.ebuild
17 index dcc8e593f35..ef8d57e983f 100644
18 --- a/www-client/firefox/firefox-60.2.1.ebuild
19 +++ b/www-client/firefox/firefox-60.2.1.ebuild
20 @@ -39,7 +39,7 @@ KEYWORDS="~amd64 ~x86"
21
22 SLOT="0"
23 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
24 -IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack +screenshot selinux test"
25 +IUSE="bindist eme-free geckodriver +gmp-autoupdate hardened hwaccel jack +screenshot selinux test"
26 RESTRICT="!bindist? ( bindist )"
27
28 SRCHASH=239e434d6d2b8e1e2b697c3416d1e96d48fe98e5
29 @@ -198,6 +198,8 @@ src_configure() {
30 mozconfig_init
31 mozconfig_config
32
33 + mozconfig_use_enable geckodriver
34 +
35 # enable JACK, bug 600002
36 mozconfig_use_enable jack