summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-10-30 01:36:36 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-10-30 01:37:34 -0400
commit05f5c4207352095d9d7eb7e7ab94498f16c52a38 (patch)
treeb7ea78a10d07d59e839921e7c344a8d8cb5f2f90 /dev-python/PyQt5
parentmedia-sound/pulseaudio-daemon: add freedesktop-gitlab upstream metadata (diff)
downloadgentoo-05f5c4207352095d9d7eb7e7ab94498f16c52a38.tar.gz
gentoo-05f5c4207352095d9d7eb7e7ab94498f16c52a38.tar.bz2
gentoo-05f5c4207352095d9d7eb7e7ab94498f16c52a38.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r--dev-python/PyQt5/PyQt5-5.15.10.ebuild2
1 files changed, 1 insertions, 1 deletions
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 )
"