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 B49B9158020 for ; Sun, 30 Oct 2022 09:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABEC3E0922; Sun, 30 Oct 2022 09:43:21 +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 94173E0922 for ; Sun, 30 Oct 2022 09:43:21 +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 B2A92340EFF for ; Sun, 30 Oct 2022 09:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DAF56A1 for ; Sun, 30 Oct 2022 09:43:19 +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: <1667122874.74a77d846e7b2a1cbb07aa763c1e885fe0c6a06f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74a77d846e7b2a1cbb07aa763c1e885fe0c6a06f X-VCS-Branch: master Date: Sun, 30 Oct 2022 09:43:19 +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: 2f39faa7-9f43-4ee4-b5b8-1746b33c60a1 X-Archives-Hash: 616f3daf1be550dec77b514fd6d0d4c4 commit: 74a77d846e7b2a1cbb07aa763c1e885fe0c6a06f Author: WANG Xuerui gentoo org> AuthorDate: Tue Oct 25 08:59:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 30 09:41:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a77d84 media-libs/mesa: Allow llvm:16 Signed-off-by: WANG Xuerui gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27940 Signed-off-by: Sam James gentoo.org> media-libs/mesa/mesa-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 974241738461..8a0be5c983d5 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -107,9 +107,10 @@ RDEPEND="${RDEPEND} # 1. List all the working slots (with min versions) in ||, newest first. # 2. Update the := to specify *max* version, e.g. < 10. # 3. Specify LLVM_MAX_SLOT, e.g. 9. -LLVM_MAX_SLOT="15" +LLVM_MAX_SLOT="16" LLVM_DEPSTR=" || ( + sys-devel/llvm:16[${MULTILIB_USEDEP}] sys-devel/llvm:15[${MULTILIB_USEDEP}] sys-devel/llvm:14[${MULTILIB_USEDEP}] sys-devel/llvm:13[${MULTILIB_USEDEP}]