summaryrefslogtreecommitdiff
path: root/dev-util/ccls/ccls-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ccls/ccls-9999.ebuild')
-rw-r--r--dev-util/ccls/ccls-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild
index d99dd418d177..1bca777ce22c 100644
--- a/dev-util/ccls/ccls-9999.ebuild
+++ b/dev-util/ccls/ccls-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
LLVM_MAX_SLOT=15
else
- LLVM_MAX_SLOT=14
+ LLVM_MAX_SLOT=15
fi
inherit cmake llvm ${GIT_ECLASS}