summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-29 14:18:09 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-29 14:18:32 -0400
commit364e62186f62357c71a5e78d9b47194afa26a6d1 (patch)
tree2cea90beef7a5336332258b7b4f4cb7681330ff6 /dev-util/ccls/ccls-9999.ebuild
parentdev-libs/wayland-protocols: Version bump to 1.36 (diff)
downloadgentoo-364e62186f62357c71a5e78d9b47194afa26a6d1.tar.gz
gentoo-364e62186f62357c71a5e78d9b47194afa26a6d1.tar.bz2
gentoo-364e62186f62357c71a5e78d9b47194afa26a6d1.zip
dev-util/ccls: Version bump to 0.20240202
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/ccls/ccls-9999.ebuild')
-rw-r--r--dev-util/ccls/ccls-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild
index ee7cfb7a7cf5..18afc3fd7cb3 100644
--- a/dev-util/ccls/ccls-9999.ebuild
+++ b/dev-util/ccls/ccls-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,9 +7,9 @@ EGIT_REPO_URI="https://github.com/MaskRay/${PN}"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
- LLVM_MAX_SLOT=17
+ LLVM_MAX_SLOT=18
else
- LLVM_MAX_SLOT=17
+ LLVM_MAX_SLOT=18
fi
inherit cmake llvm ${GIT_ECLASS}