diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-04-24 08:20:19 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-04-24 08:20:19 +0300 |
commit | 1dcdc2649f0478c4b35ab4200c797e50ca6be69e (patch) | |
tree | 5ab9ef138d927cccbf726bb84eed987bf357eca9 /www-client/firefox | |
parent | app-emulation/docker-machine-kvm: remove unsupported go build -i param (diff) | |
download | gentoo-1dcdc2649f0478c4b35ab4200c797e50ca6be69e.tar.gz gentoo-1dcdc2649f0478c4b35ab4200c797e50ca6be69e.tar.bz2 gentoo-1dcdc2649f0478c4b35ab4200c797e50ca6be69e.zip |
www-client/firefox: default-enable telemetry, as intended by upstream
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-112.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-112.0.1.ebuild b/www-client/firefox/firefox-112.0.1.ebuild index ca950d5be751..2787f8082b28 100644 --- a/www-client/firefox/firefox-112.0.1.ebuild +++ b/www-client/firefox/firefox-112.0.1.ebuild @@ -65,7 +65,7 @@ LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" IUSE+=" jack libproxy lto +openh264 pgo pulseaudio sndio selinux" IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" -IUSE+=" telemetry wayland wifi +X" +IUSE+=" +telemetry wayland wifi +X" # Firefox-only IUSE IUSE+=" geckodriver +gmp-autoupdate screencast" |