commit: 6b58b2ded01e34839bbd6d29ddaf0cd355b6c85e
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 05:39:39 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May 4 05:44:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b58b2de
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 <juippis <AT> gentoo.org>
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 f5e1829e3f49..fea184a085c9 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 1c1a269e5cd3..ab14fcbd11aa 100644
--- a/www-client/firefox/metadata.xml
+++ b/www-client/firefox/metadata.xml
@@ -35,7 +35,7 @@
instead of bundled</flag>
<flag name="system-png">Use the system-wide <pkg>media-libs/libpng</pkg>
instead of bundled (requires APNG patches)</flag>
- <flag name="system-python">Use system's python site instead of bundled
python libraries</flag>
+ <flag name="system-python-libs">Use system's python site instead of
bundled python libraries</flag>
<flag name="system-webp">Use the system-wide
<pkg>media-libs/libwebp</pkg>
instead of bundled</flag>
</use>