commit: c0f69a2a8d29d41b535b695be17b923ac53a2559 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Sep 23 11:11:01 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Sep 23 11:11:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f69a2a
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 www-client/firefox/firefox-60.2.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-60.2.1.ebuild b/www-client/firefox/firefox-60.2.1.ebuild index dcc8e593f35..ef8d57e983f 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
