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 1541515808B for ; Sun, 13 Feb 2022 09:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F71BE08DD; Sun, 13 Feb 2022 09:39:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4678DE08DD for ; Sun, 13 Feb 2022 09:39:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5DB9B342DA0 for ; Sun, 13 Feb 2022 09:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18E93272 for ; Sun, 13 Feb 2022 09:39:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1644745136.f25d37b6674ddc17530a3f47da6e8bcf2d52e24f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libclc/libclc-15.0.0.9999.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f25d37b6674ddc17530a3f47da6e8bcf2d52e24f X-VCS-Branch: master Date: Sun, 13 Feb 2022 09:39:07 +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: 5e0faff2-fcba-438a-823a-f21d477a8a80 X-Archives-Hash: af60dce2d16b2b982d36477840ed6f74 commit: f25d37b6674ddc17530a3f47da6e8bcf2d52e24f Author: Michał Górny gentoo org> AuthorDate: Sun Feb 13 09:35:44 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 13 09:38:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25d37b6 dev-libs/libclc: Allow clang-15 in 15+ Signed-off-by: Michał Górny gentoo.org> dev-libs/libclc/libclc-15.0.0.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libclc/libclc-15.0.0.9999.ebuild b/dev-libs/libclc/libclc-15.0.0.9999.ebuild index 36da442fa39d..139479da9e37 100644 --- a/dev-libs/libclc/libclc-15.0.0.9999.ebuild +++ b/dev-libs/libclc/libclc-15.0.0.9999.ebuild @@ -16,9 +16,10 @@ IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_r600 video_cards_radeonsi" IUSE="${IUSE_VIDEO_CARDS}" REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )" -LLVM_MAX_SLOT=14 +LLVM_MAX_SLOT=15 BDEPEND=" || ( + sys-devel/clang:15 sys-devel/clang:14 sys-devel/clang:13 sys-devel/clang:12