diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2025-01-22 16:12:59 -0500 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-23 00:51:48 +0100 |
| commit | e5f30e289d813e2d366b6fc9c6e5ae6f85f05558 (patch) | |
| tree | 160388e85b5168ca308709344cfdc1a3dddfc470 /dev-python | |
| parent | 07e83cb78d2b7b7a305fa2fc99671466b69a6b89 (diff) | |
| download | gentoo-e5f30e289d813e2d366b6fc9c6e5ae6f85f05558.tar.gz gentoo-e5f30e289d813e2d366b6fc9c6e5ae6f85f05558.tar.bz2 gentoo-e5f30e289d813e2d366b6fc9c6e5ae6f85f05558.zip | |
dev-python/pyqt5: drop bluetooth USE
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyqt5/metadata.xml | 1 | ||||
| -rw-r--r-- | dev-python/pyqt5/pyqt5-5.15.11.ebuild | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/pyqt5/metadata.xml b/dev-python/pyqt5/metadata.xml index 638d81c8245b..d977463b08cd 100644 --- a/dev-python/pyqt5/metadata.xml +++ b/dev-python/pyqt5/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo Qt Project</name> </maintainer> <use> - <flag name="bluetooth">Build bindings for the QtBluetooth module</flag> <flag name="dbus">Build bindings for the QtDBus module</flag> <flag name="declarative">Build bindings for the QtQml and QtQuick modules and enable the qmlscene plugin</flag> <flag name="designer">Build bindings for the QtDesigner module and enable the designer plugin</flag> diff --git a/dev-python/pyqt5/pyqt5-5.15.11.ebuild b/dev-python/pyqt5/pyqt5-5.15.11.ebuild index c5ce7c2a95ca..3831dd67fac7 100644 --- a/dev-python/pyqt5/pyqt5-5.15.11.ebuild +++ b/dev-python/pyqt5/pyqt5-5.15.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" IUSE=" - bluetooth dbus debug declarative designer examples gles2-only gui help location + dbus debug declarative designer examples gles2-only gui help location multimedia network opengl positioning printsupport sensors serialport speech sql +ssl svg testlib webchannel websockets widgets x11extras xmlpatterns " @@ -27,7 +27,6 @@ IUSE=" # The requirements below were extracted from the qmake_QT declarations # in project.py and from the output of 'grep -r "%Import " ${S}/sip' REQUIRED_USE=" - bluetooth? ( gui ) declarative? ( gui network ) designer? ( widgets ) help? ( gui widgets ) @@ -53,7 +52,6 @@ QT_PV="5.15:5" DEPEND=" >=dev-qt/qtcore-${QT_PV} >=dev-qt/qtxml-${QT_PV} - bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} ) dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] >=dev-qt/qtdbus-${QT_PV} @@ -125,7 +123,6 @@ python_configure_all() { --enable=pyrcc --enable=Qt --enable=QtCore - $(pyqt_use_enable bluetooth QtBluetooth) $(pyqt_use_enable dbus QtDBus) $(pyqt_use_enable declarative QtQml QtQuick \ $(usev widgets QtQuickWidgets)) @@ -153,6 +150,9 @@ python_configure_all() { --enable=QtXml $(pyqt_use_enable xmlpatterns QtXmlPatterns) + # no longer supported in Gentoo for PyQt5, use PyQt6 + --disable=QtBluetooth + $(usev debug '--debug --qml-debug --tracing') $(usev !dbus --no-dbus-python) |
