mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user