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 6085F15800F for ; Tue, 10 Jan 2023 06:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41A2E0824; Tue, 10 Jan 2023 06:29:12 +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 82CA6E0824 for ; Tue, 10 Jan 2023 06:29:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E54B33BE95 for ; Tue, 10 Jan 2023 06:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A88523 for ; Tue, 10 Jan 2023 06:29:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673332070.17744f4ba3f8c6c2af8728b499702c9e0b9a38d5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ccls/ccls-0.20220729-r1.ebuild dev-util/ccls/ccls-0.20220729.ebuild dev-util/ccls/ccls-9999.ebuild X-VCS-Directories: dev-util/ccls/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17744f4ba3f8c6c2af8728b499702c9e0b9a38d5 X-VCS-Branch: master Date: Tue, 10 Jan 2023 06:29:10 +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: 625ca845-2a2a-4951-9dd7-af832d17c403 X-Archives-Hash: c2aaaf1518864a0943e20bdf07f9d597 commit: 17744f4ba3f8c6c2af8728b499702c9e0b9a38d5 Author: Sam James gentoo org> AuthorDate: Tue Jan 10 06:27:50 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 10 06:27:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17744f4b dev-util/ccls: allow LLVM 15 Signed-off-by: Sam James gentoo.org> dev-util/ccls/{ccls-0.20220729.ebuild => ccls-0.20220729-r1.ebuild} | 4 ++-- 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 similarity index 94% rename from dev-util/ccls/ccls-0.20220729.ebuild rename to 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}