diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-23 13:11:01 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-23 13:11:14 +0200 |
commit | c0f69a2a8d29d41b535b695be17b923ac53a2559 (patch) | |
tree | 76b0c6167658c060bcc95677af9c7be52d2d611b /www-client | |
parent | dev-ruby/rspec-core: stable 3.7.1 for sparc, bug #666742 (diff) | |
download | gentoo-c0f69a2a8d29d41b535b695be17b923ac53a2559.tar.gz gentoo-c0f69a2a8d29d41b535b695be17b923ac53a2559.tar.bz2 gentoo-c0f69a2a8d29d41b535b695be17b923ac53a2559.zip |
www-client/firefox: add USE=geckodriver to enable WebDriver support
Bug: https://bugs.gentoo.org/665184
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-60.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-60.2.1.ebuild b/www-client/firefox/firefox-60.2.1.ebuild index dcc8e593f359..ef8d57e983f1 100644 --- a/www-client/firefox/firefox-60.2.1.ebuild +++ b/www-client/firefox/firefox-60.2.1.ebuild @@ -39,7 +39,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack +screenshot selinux test" +IUSE="bindist eme-free geckodriver +gmp-autoupdate hardened hwaccel jack +screenshot selinux test" RESTRICT="!bindist? ( bindist )" SRCHASH=239e434d6d2b8e1e2b697c3416d1e96d48fe98e5 @@ -198,6 +198,8 @@ src_configure() { mozconfig_init mozconfig_config + mozconfig_use_enable geckodriver + # enable JACK, bug 600002 mozconfig_use_enable jack |