dev-qt/qttools: drop llvm23 compat

6.12.9999 (and likely 6.12.0) fails to build due to new code that
is incompatible with 23.

6.11.2 builds, but may not work properly.

Feel it's better to drop this for now, support for 22 is already
still kind of WIP upstream as-is, but will keep it given 21 is
getting rather old.

Fortunately 23 is not default yet, so this shouldn't make people
downgrade unless they explicitly set the slot. Not that most users
will have USE=qdoc set to pull it either way.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-09-12 10:34:46 -04:00
parent 3c405d17db
commit bfb5873f0c
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ EAPI=8
# see QDOC_SUPPORTED_CLANG_VERSIONS in src/qdoc/cmake/QDocConfiguration.cmake
# for officially supported versions, but newer may work
LLVM_COMPAT=( {17..23} )
LLVM_COMPAT=( {17..22} )
LLVM_OPTIONAL=1
# behaves very badly when qttools is not already installed, also

View File

@@ -5,7 +5,7 @@ EAPI=8
# see QDOC_SUPPORTED_CLANG_VERSIONS in src/qdoc/cmake/QDocConfiguration.cmake
# for officially supported versions, but newer may work
LLVM_COMPAT=( {17..23} )
LLVM_COMPAT=( {17..22} )
LLVM_OPTIONAL=1
# behaves very badly when qttools is not already installed, also

View File

@@ -5,7 +5,7 @@ EAPI=8
# see QDOC_SUPPORTED_CLANG_VERSIONS in src/qdoc/cmake/QDocConfiguration.cmake
# for officially supported versions, but newer may work
LLVM_COMPAT=( {17..23} )
LLVM_COMPAT=( {17..22} )
LLVM_OPTIONAL=1
# behaves very badly when qttools is not already installed, also

View File

@@ -5,7 +5,7 @@ EAPI=8
# see QDOC_SUPPORTED_CLANG_VERSIONS in src/qdoc/cmake/QDocConfiguration.cmake
# for officially supported versions, but newer may work
LLVM_COMPAT=( {17..23} )
LLVM_COMPAT=( {17..22} )
LLVM_OPTIONAL=1
# behaves very badly when qttools is not already installed, also