diff options
author | Sam James <sam@gentoo.org> | 2023-01-10 06:27:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 06:27:50 +0000 |
commit | 17744f4ba3f8c6c2af8728b499702c9e0b9a38d5 (patch) | |
tree | c4302dea419821a4ee3966228211c0735432db18 /dev-util/ccls | |
parent | dev-python/pyFFTW: Bump to 0.13.1 (diff) | |
download | gentoo-17744f4ba3f8c6c2af8728b499702c9e0b9a38d5.tar.gz gentoo-17744f4ba3f8c6c2af8728b499702c9e0b9a38d5.tar.bz2 gentoo-17744f4ba3f8c6c2af8728b499702c9e0b9a38d5.zip |
dev-util/ccls: allow LLVM 15
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccls')
-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.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 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} |