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 <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-12-05 22:54:24 -05:00
parent 496bd8027c
commit aa1d4ef207

View File

@@ -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}
"