commit: 13d730fea78425834ed06ec03dfc81330f555172 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Oct 18 13:02:37 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Oct 18 13:02:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d730fe
dev-python/PyQt6: depend on newer sip for 6.5.3 Closes: https://bugs.gentoo.org/915945 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-python/PyQt6/PyQt6-6.5.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/PyQt6/PyQt6-6.5.3.ebuild b/dev-python/PyQt6/PyQt6-6.5.3.ebuild index 58271f1fa78a..0b1007d72844 100644 --- a/dev-python/PyQt6/PyQt6-6.5.3.ebuild +++ b/dev-python/PyQt6/PyQt6-6.5.3.ebuild @@ -77,6 +77,7 @@ RDEPEND=" " BDEPEND=" >=dev-python/PyQt-builder-1.15[${PYTHON_USEDEP}] + >=dev-python/sip-6.7.12[${PYTHON_USEDEP}] >=dev-qt/qtbase-${QT_PV} dbus? ( virtual/pkgconfig ) "
