diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2025-06-07 07:08:34 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2025-06-07 07:17:41 -0400 |
| commit | 158283e34582c11958bd894a25d5cd04d9af93de (patch) | |
| tree | fbc5c8d84aea3279eb1f0351c2f7f3a70ebae64e /dev-qt/qtwebengine/qtwebengine-6.9999.ebuild | |
| parent | 19949431674e80b0a9eae2f782b4ab64abc2d9c6 (diff) | |
| download | gentoo-158283e34582c11958bd894a25d5cd04d9af93de.tar.gz gentoo-158283e34582c11958bd894a25d5cd04d9af93de.tar.bz2 gentoo-158283e34582c11958bd894a25d5cd04d9af93de.zip | |
Revert "dev-qt/qtwebengine: set CMAKE_QA_COMPAT_SKIP=1"
On second thought, will set this in the eclass. Affects at least one
more package (qtmultimedia), and unused or replaced CMakeLists.txt is
a common trend in Qt and this may be volatile. If something breaks
with cmake-4, would rather that it just breaks rather than do the =3.5
workaround and will fix it then.
This reverts commit 73194358936565f89dcd99b29d74627cdbb99b0e.
Bug: https://bugs.gentoo.org/957476
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/qtwebengine-6.9999.ebuild')
| -rw-r--r-- | dev-qt/qtwebengine/qtwebengine-6.9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild index 54909b2d56f2..6bb570e8a426 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild @@ -111,8 +111,6 @@ PATCHES+=( # add extras as needed here, may merge in set if carries across versions ) -CMAKE_QA_COMPAT_SKIP=1 # uses BUILD.gn over these CMakeLists.txt (bug #957476) - python_check_deps() { python_has_version "dev-python/html5lib[${PYTHON_USEDEP}]" } |
