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@gentoo.org>
This commit is contained in:
Joonas Niilola
2022-05-04 08:39:39 +03:00
parent 6e189bd44d
commit 6b58b2ded0
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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>