commit: 05f5c4207352095d9d7eb7e7ab94498f16c52a38
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 05:36:36 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 05:37:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f5c420
dev-python/PyQt5: depend on newer sip for 5.15.10
Missed that, like PyQt6, this depend on the newer ABI.
Results in build failure if older is used.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/PyQt5/PyQt5-5.15.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/PyQt5/PyQt5-5.15.10.ebuild
b/dev-python/PyQt5/PyQt5-5.15.10.ebuild
index 660110a962d5..f9f7465eb5e1 100644
--- a/dev-python/PyQt5/PyQt5-5.15.10.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.15.10.ebuild
@@ -85,7 +85,7 @@ RDEPEND="
"
BDEPEND="
>=dev-python/PyQt-builder-1.14.1[${PYTHON_USEDEP}]
- >=dev-python/sip-6.6.2[${PYTHON_USEDEP}]
+ >=dev-python/sip-6.7.12[${PYTHON_USEDEP}]
>=dev-qt/qtcore-${QT_PV}
dbus? ( virtual/pkgconfig )
"