commit: 496bd8027c5e67420e9c152281a00252b1713b7c
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 03:52:07 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 04:56:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496bd802
dev-python/pyqt6: update sip+pyqt-builder min reqs
Old versions still "worked" but were technically incorrect missing
a few new things for Qt 6.8 (pyproject.toml also requests these
versions), but given new sip+pyqt-builder weren't released yet we
stuck to the old for the snapshots.
This will likely become enforced when PyQt6 gets a proper release.
Not that it was a big issue so shouldn't need to revbump.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild
b/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild
index c55633447423..bf0a775a95b7 100644
--- a/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild
+++ b/dev-python/pyqt6/pyqt6-6.8.0_pre2411221125.ebuild
@@ -96,8 +96,8 @@ DEPEND="
vulkan? ( dev-util/vulkan-headers )
"
BDEPEND="
- >=dev-python/pyqt-builder-1.15[${PYTHON_USEDEP}]
- >=dev-python/sip-6.8.6[${PYTHON_USEDEP}]
+ >=dev-python/pyqt-builder-1.17[${PYTHON_USEDEP}]
+ >=dev-python/sip-6.9[${PYTHON_USEDEP}]
>=dev-qt/qtbase-${QT_PV}
dbus? ( virtual/pkgconfig )
"