Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 906992
Collapse All | Expand All

(-)a/www-client/firefox/firefox-113.0.1.ebuild (-3 / +3 lines)
Lines 65-71 LICENSE="MPL-2.0 GPL-2 LGPL-2.1" Link Here
65
IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel"
65
IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel"
66
IUSE+=" jack +jumbo-build libproxy lto +openh264 pgo pulseaudio sndio selinux"
66
IUSE+=" jack +jumbo-build libproxy lto +openh264 pgo pulseaudio sndio selinux"
67
IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp"
67
IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp"
68
IUSE+=" +telemetry wayland wifi +X"
68
IUSE+=" +telemetry +accessibility wayland wifi +X"
69
69
70
# Firefox-only IUSE
70
# Firefox-only IUSE
71
IUSE+=" geckodriver +gmp-autoupdate screencast"
71
IUSE+=" geckodriver +gmp-autoupdate screencast"
Lines 111-117 BDEPEND="${PYTHON_DEPS} Link Here
111
		)
111
		)
112
	)"
112
	)"
113
COMMON_DEPEND="${FF_ONLY_DEPEND}
113
COMMON_DEPEND="${FF_ONLY_DEPEND}
114
	>=app-accessibility/at-spi2-core-2.46.0:2
114
	accessibility? ( >=app-accessibility/at-spi2-core-2.46.0:2 )
115
	dev-libs/expat
115
	dev-libs/expat
116
	dev-libs/glib:2
116
	dev-libs/glib:2
117
	dev-libs/libffi:=
117
	dev-libs/libffi:=
Lines 872-877 src_configure() { Link Here
872
	mozconfig_use_enable libproxy
872
	mozconfig_use_enable libproxy
873
873
874
	use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme
874
	use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme
875
	! use accessibility && mozconfig_add_options_ac 'accessibility' --disable-accessibility
875
876
876
	mozconfig_use_enable geckodriver
877
	mozconfig_use_enable geckodriver
877
878
878
- 

Return to bug 906992