commit:     41041732549fd57cd9cf78bc4a7f95ecfb2f7726
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 14:59:36 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 12:31:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41041732

dev-python/PyQt6: tentatively drop qtbase's binding operator

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.

Takes a while to rebuild and forcing a rebuild on every Qt bump
may not be worthwhile (back when added this, Qt used 0/a.b rather
than 0/a.b.c so it was not that bad). May revert if get issues again.

(would still cause one more rebuild but -r1 happened in an earlier
commit either way)

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild | 3 +--
 dev-python/PyQt6/PyQt6-6.5.2.ebuild    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild 
b/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild
index b4ecd3978bb2..08010f0076ec 100644
--- a/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild
@@ -46,9 +46,8 @@ REQUIRED_USE="
        widgets? ( gui )
 "
 
-# can use parts of the Qt private api and "sometimes" needs rebuilds wrt :=
 DEPEND="
-       
>=dev-qt/qtbase-${QT_PV}=[dbus?,gles2-only=,gui?,network?,opengl?,sql?,ssl=,widgets?,xml?]
+       
>=dev-qt/qtbase-${QT_PV}[dbus?,gles2-only=,gui?,network?,opengl?,sql?,ssl=,widgets?,xml?]
        bluetooth? ( >=dev-qt/qtconnectivity-${QT_PV}[bluetooth] )
        dbus? (
                dev-python/dbus-python[${PYTHON_USEDEP}]

diff --git a/dev-python/PyQt6/PyQt6-6.5.2.ebuild 
b/dev-python/PyQt6/PyQt6-6.5.2.ebuild
index c218d15abcb7..1cea7b121eaf 100644
--- a/dev-python/PyQt6/PyQt6-6.5.2.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.5.2.ebuild
@@ -45,9 +45,8 @@ REQUIRED_USE="
        widgets? ( gui )
 "
 
-# can use parts of the Qt private api and "sometimes" needs rebuilds wrt :=
 DEPEND="
-       
>=dev-qt/qtbase-${QT_PV}=[dbus?,gles2-only=,gui?,network?,opengl?,sql?,ssl=,widgets?,xml?]
+       
>=dev-qt/qtbase-${QT_PV}[dbus?,gles2-only=,gui?,network?,opengl?,sql?,ssl=,widgets?,xml?]
        bluetooth? ( >=dev-qt/qtconnectivity-${QT_PV}[bluetooth] )
        dbus? (
                dev-python/dbus-python[${PYTHON_USEDEP}]

Reply via email to