From 6b58b2ded01e34839bbd6d29ddaf0cd355b6c85e Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Wed, 4 May 2022 08:39:39 +0300 Subject: [PATCH] www-client/firefox: rename 'system-python' into 'system-python-libs' - to correspond the use flag function more accurately. System-python was always used, but the libs are bundled with Firefox's source code. Signed-off-by: Joonas Niilola --- www-client/firefox/firefox-100.0.ebuild | 4 ++-- www-client/firefox/metadata.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/firefox/firefox-100.0.ebuild b/www-client/firefox/firefox-100.0.ebuild index f5e1829e3f49e..fea184a085c98 100644 --- a/www-client/firefox/firefox-100.0.ebuild +++ b/www-client/firefox/firefox-100.0.ebuild @@ -64,7 +64,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 +system-webp" +IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" IUSE+=" wayland wifi" # Firefox-only IUSE @@ -954,7 +954,7 @@ src_configure() { # Use system's Python environment PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach - if use system-python; then + if use system-python-libs; then export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="system" else export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="none" diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 1c1a269e5cd34..ab14fcbd11aa2 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -35,7 +35,7 @@ instead of bundled Use the system-wide media-libs/libpng instead of bundled (requires APNG patches) - Use system's python site instead of bundled python libraries + Use system's python site instead of bundled python libraries Use the system-wide media-libs/libwebp instead of bundled