summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/ccls/ccls-0.20220729-r1.ebuild (renamed from dev-util/ccls/ccls-0.20220729.ebuild)4
-rw-r--r--dev-util/ccls/ccls-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/ccls/ccls-0.20220729.ebuild b/dev-util/ccls/ccls-0.20220729-r1.ebuild
index ac3dd8716521..e78d353ba345 100644
--- a/dev-util/ccls/ccls-0.20220729.ebuild
+++ b/dev-util/ccls/ccls-0.20220729-r1.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}
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}