summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-09-27 11:02:13 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-09-28 08:31:28 -0400
commit381a4b1b0826c97de1551fc0c8902284a0911dcd (patch)
tree14f78000de6b241956ec8294314956f5520a3a17 /dev-python/PyQt6-WebEngine
parentdev-python/PyQt6: tentatively drop qtbase's binding operator (diff)
downloadgentoo-381a4b1b0826c97de1551fc0c8902284a0911dcd.tar.gz
gentoo-381a4b1b0826c97de1551fc0c8902284a0911dcd.tar.bz2
gentoo-381a4b1b0826c97de1551fc0c8902284a0911dcd.zip
dev-python/PyQt6-WebEngine: tentatively drop qtbase's binding operator
Matching PyQt6, believe symbol issues had in the past were more of a fluke than the norm, not to mention this does not actually use _p.h headers. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6-WebEngine')
-rw-r--r--dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.5.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.5.0.ebuild b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.5.0.ebuild
index 8cf1955de931..5d3348b01409 100644
--- a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.5.0.ebuild
+++ b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.5.0.ebuild
@@ -20,10 +20,9 @@ SLOT="0"
KEYWORDS="amd64"
IUSE="debug quick +widgets"
-# can use parts of the Qt private api and "sometimes" needs rebuilds wrt :=
RDEPEND="
>=dev-python/PyQt6-${PV}[gui,ssl,${PYTHON_USEDEP}]
- >=dev-qt/qtbase-${QT_PV}=
+ >=dev-qt/qtbase-${QT_PV}
>=dev-qt/qtwebengine-${QT_PV}[widgets]
quick? ( dev-python/PyQt6[qml] )
widgets? ( dev-python/PyQt6[network,printsupport,webchannel,widgets] )