summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <[email protected]>2025-01-22 16:12:59 -0500
committerAndreas Sturmlechner <[email protected]>2025-01-23 00:51:48 +0100
commite5f30e289d813e2d366b6fc9c6e5ae6f85f05558 (patch)
tree160388e85b5168ca308709344cfdc1a3dddfc470 /dev-python/pyqt5/pyqt5-5.15.11.ebuild
parentdev-python/qtpy: Update metadata.xml (diff)
downloadgentoo-e5f30e289d813e2d366b6fc9c6e5ae6f85f05558.tar.gz
gentoo-e5f30e289d813e2d366b6fc9c6e5ae6f85f05558.tar.bz2
gentoo-e5f30e289d813e2d366b6fc9c6e5ae6f85f05558.zip
dev-python/pyqt5: drop bluetooth USE
Signed-off-by: Ionen Wolkens <[email protected]> Signed-off-by: Andreas Sturmlechner <[email protected]>
Diffstat (limited to 'dev-python/pyqt5/pyqt5-5.15.11.ebuild')
-rw-r--r--dev-python/pyqt5/pyqt5-5.15.11.ebuild10
1 files changed, 5 insertions, 5 deletions
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)