From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90031158091 for ; Wed, 8 Jun 2022 04:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7AEE087E; Wed, 8 Jun 2022 04:26:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FFF4E087E for ; Wed, 8 Jun 2022 04:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D42D340FA9 for ; Wed, 8 Jun 2022 04:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 994B9105 for ; Wed, 8 Jun 2022 04:26:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654662368.4f7350b2be078065ad326208e1e1bf93887a9f32.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ccls/ccls-9999.ebuild X-VCS-Directories: dev-util/ccls/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4f7350b2be078065ad326208e1e1bf93887a9f32 X-VCS-Branch: master Date: Wed, 8 Jun 2022 04:26:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad39b67a-e89d-4ed2-b3b7-5f0decc86d65 X-Archives-Hash: c56251fbef66dfa8a98fb12bcf3c4dc6 commit: 4f7350b2be078065ad326208e1e1bf93887a9f32 Author: Matt Turner gentoo org> AuthorDate: Wed Jun 8 02:11:17 2022 +0000 Commit: Matt Turner gentoo 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 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}