summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-10 06:27:50 +0000
committerSam James <sam@gentoo.org>2023-01-10 06:27:50 +0000
commit17744f4ba3f8c6c2af8728b499702c9e0b9a38d5 (patch)
treec4302dea419821a4ee3966228211c0735432db18
parentdev-python/pyFFTW: Bump to 0.13.1 (diff)
downloadgentoo-17744f4ba3f8c6c2af8728b499702c9e0b9a38d5.tar.gz
gentoo-17744f4ba3f8c6c2af8728b499702c9e0b9a38d5.tar.bz2
gentoo-17744f4ba3f8c6c2af8728b499702c9e0b9a38d5.zip
dev-util/ccls: allow LLVM 15
Signed-off-by: Sam James <sam@gentoo.org>
-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}