From abe922769e4e6afd4c1b79c9a858a3aa894a147e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 22 Apr 2023 20:59:08 -0400 Subject: dev-python/PyQt6: use binding operator for qtbase Seems to rarely be an issue but hit symbol problems when using PyQt6-6.4.2 with Qt6.5 without a rebuild (otherwise works with 6.5 just fine). Could happen with 6.6+ too, albeit mitigated by PyQt6 bumps happening around same time and forcing the rebuild either way. Going to skip revbump for now given the above and being a slow build (plus it's masked), uncertain whether it'll even be needed for 6.6. Signed-off-by: Ionen Wolkens --- dev-python/PyQt6/PyQt6-6.4.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/PyQt6/PyQt6-6.4.2.ebuild') diff --git a/dev-python/PyQt6/PyQt6-6.4.2.ebuild b/dev-python/PyQt6/PyQt6-6.4.2.ebuild index 4e892b399454..2208a6968947 100644 --- a/dev-python/PyQt6/PyQt6-6.4.2.ebuild +++ b/dev-python/PyQt6/PyQt6-6.4.2.ebuild @@ -41,8 +41,9 @@ REQUIRED_USE=" websockets? ( network ) 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?] dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] sys-apps/dbus -- cgit v1.2.3