summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-05-04 08:39:39 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-05-04 08:44:35 +0300
commit6b58b2ded01e34839bbd6d29ddaf0cd355b6c85e (patch)
tree48dfa8c915224334156e011b2548669ab8442298 /www-client
parentwww-client/firefox: enhance the rust/llvm/lld message even further (diff)
downloadgentoo-6b58b2ded01e34839bbd6d29ddaf0cd355b6c85e.tar.gz
gentoo-6b58b2ded01e34839bbd6d29ddaf0cd355b6c85e.tar.bz2
gentoo-6b58b2ded01e34839bbd6d29ddaf0cd355b6c85e.zip
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>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-100.0.ebuild4
-rw-r--r--www-client/firefox/metadata.xml2
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>