commit: 116680518fe2f42076dfe1c4b235cb5bfe04815e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Oct 15 02:33:08 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Oct 15 02:43:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11668051
dev-util/ccls: Add LLVM 21 compatibility Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/ccls/ccls-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild index daccb07638b1..f8b7700e78d7 100644 --- a/dev-util/ccls/ccls-9999.ebuild +++ b/dev-util/ccls/ccls-9999.ebuild @@ -7,9 +7,9 @@ EGIT_REPO_URI="https://github.com/MaskRay/${PN}" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" - LLVM_COMPAT=( {18..20} ) + LLVM_COMPAT=( {18..21} ) else - LLVM_COMPAT=( {18..20} ) + LLVM_COMPAT=( {18..21} ) fi inherit cmake llvm-r1 ${GIT_ECLASS}
