diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-07 22:11:17 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-08 00:26:08 -0400 |
commit | 4f7350b2be078065ad326208e1e1bf93887a9f32 (patch) | |
tree | b81f09234d9f053f88567aaad0c3eaf2deeb9be0 /dev-util/ccls | |
parent | package.mask: Last rite dev-python/pyroute2, net-misc/pulseaudio-dlna (diff) | |
download | gentoo-4f7350b2be078065ad326208e1e1bf93887a9f32.tar.gz gentoo-4f7350b2be078065ad326208e1e1bf93887a9f32.tar.bz2 gentoo-4f7350b2be078065ad326208e1e1bf93887a9f32.zip |
dev-util/ccls: Fix live ebuild
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/ccls')
-rw-r--r-- | dev-util/ccls/ccls-9999.ebuild | 7 |
1 files changed, 1 insertions, 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} |