mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
In Qt 6.12, qtwebengine is being split from the main Qt packaging and will be versioned as 6.<chromium-version>.<patch> which makes a version check based on Qt's main version irrelevant. Will revisit adding a lower bound only if pyqt6-webengine requires it or if it starts using the same type of versioning to match (sounds likely). No need for a revbump given e.g. qtwebengine-6.140.0 is still >=6.11. The dependency on 6.11 is also not technicaly gone given pyqt6-6.11.x requires it which we still depend on. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>