commit: 4f7350b2be078065ad326208e1e1bf93887a9f32 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jun 8 02:11:17 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jun 8 04:26:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7350b2
dev-util/ccls: Fix live ebuild Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/ccls/ccls-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild index f2069853b3f4..d99dd418d177 100644 --- a/dev-util/ccls/ccls-9999.ebuild +++ b/dev-util/ccls/ccls-9999.ebuild @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/MaskRay/${PN}" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" - LLVM_MAX_SLOT=9999 + LLVM_MAX_SLOT=15 else LLVM_MAX_SLOT=14 fi @@ -36,11 +36,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -PATCHES=( - "${FILESDIR}"/${P}-llvm-cmake.patch - "${FILESDIR}"/${P}-llvm14.patch -) - src_configure() { local mycmakeargs=( -DCCLS_VERSION=${PV}
