commit:     9d62783d0430b11c2754cc7115d834741d3a20f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 08:50:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 08:50:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d62783d

dev-util/ccls: crank LLVM_MAX_SLOT to 17

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/ccls/{ccls-9999.ebuild => ccls-0.20230717-r1.ebuild} | 9 +++------
 dev-util/ccls/ccls-9999.ebuild                                | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/dev-util/ccls/ccls-9999.ebuild 
b/dev-util/ccls/ccls-0.20230717-r1.ebuild
similarity index 90%
copy from dev-util/ccls/ccls-9999.ebuild
copy to dev-util/ccls/ccls-0.20230717-r1.ebuild
index c6b39f910fd1..ee7cfb7a7cf5 100644
--- a/dev-util/ccls/ccls-9999.ebuild
+++ b/dev-util/ccls/ccls-0.20230717-r1.ebuild
@@ -7,9 +7,9 @@ EGIT_REPO_URI="https://github.com/MaskRay/${PN}";
 
 if [[ ${PV} = 9999* ]]; then
        GIT_ECLASS="git-r3"
-       LLVM_MAX_SLOT=16
+       LLVM_MAX_SLOT=17
 else
-       LLVM_MAX_SLOT=16
+       LLVM_MAX_SLOT=17
 fi
 
 inherit cmake llvm ${GIT_ECLASS}
@@ -17,16 +17,13 @@ inherit cmake llvm ${GIT_ECLASS}
 DESCRIPTION="C/C++/ObjC language server"
 HOMEPAGE="https://github.com/MaskRay/ccls";
 
-if [[ ${PV} == *9999 ]] ; then
-       SRC_URI=""
-else
+if [[ ${PV} != *9999 ]] ; then
        SRC_URI="https://github.com/MaskRay/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE=""
 
 # We only depend on Clang because of a quirk in how dependencies work
 # See comment in llvm.eclass docs

diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild
index c6b39f910fd1..ee7cfb7a7cf5 100644
--- a/dev-util/ccls/ccls-9999.ebuild
+++ b/dev-util/ccls/ccls-9999.ebuild
@@ -7,9 +7,9 @@ EGIT_REPO_URI="https://github.com/MaskRay/${PN}";
 
 if [[ ${PV} = 9999* ]]; then
        GIT_ECLASS="git-r3"
-       LLVM_MAX_SLOT=16
+       LLVM_MAX_SLOT=17
 else
-       LLVM_MAX_SLOT=16
+       LLVM_MAX_SLOT=17
 fi
 
 inherit cmake llvm ${GIT_ECLASS}
@@ -17,16 +17,13 @@ inherit cmake llvm ${GIT_ECLASS}
 DESCRIPTION="C/C++/ObjC language server"
 HOMEPAGE="https://github.com/MaskRay/ccls";
 
-if [[ ${PV} == *9999 ]] ; then
-       SRC_URI=""
-else
+if [[ ${PV} != *9999 ]] ; then
        SRC_URI="https://github.com/MaskRay/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE=""
 
 # We only depend on Clang because of a quirk in how dependencies work
 # See comment in llvm.eclass docs

Reply via email to