From aa1d4ef2073833cff4a43c8ecfa5cd74b685bf1b Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 5 Dec 2024 22:54:24 -0500 Subject: [PATCH] dev-python/pyqt6-webengine: 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 --- .../pyqt6-webengine-6.8.0_pre2411020930.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyqt6-webengine/pyqt6-webengine-6.8.0_pre2411020930.ebuild b/dev-python/pyqt6-webengine/pyqt6-webengine-6.8.0_pre2411020930.ebuild index 12c7bd57a9fc8..0182d8aab14db 100644 --- a/dev-python/pyqt6-webengine/pyqt6-webengine-6.8.0_pre2411020930.ebuild +++ b/dev-python/pyqt6-webengine/pyqt6-webengine-6.8.0_pre2411020930.ebuild @@ -39,8 +39,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=dev-python/pyqt-builder-1.11[${PYTHON_USEDEP}] - >=dev-python/sip-6.8[${PYTHON_USEDEP}] + >=dev-python/pyqt-builder-1.17[${PYTHON_USEDEP}] + >=dev-python/sip-6.9[${PYTHON_USEDEP}] >=dev-qt/qtbase-${QT_PV} "