commit: 17744f4ba3f8c6c2af8728b499702c9e0b9a38d5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 06:27:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 06:27:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17744f4b
dev-util/ccls: allow LLVM 15
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/ccls/{ccls-0.20220729.ebuild => ccls-0.20220729-r1.ebuild} | 4 ++--
dev-util/ccls/ccls-9999.ebuild | 4 ++--
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
similarity index 94%
rename from dev-util/ccls/ccls-0.20220729.ebuild
rename to 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}