mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user