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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0E51158089 for ; Mon, 25 Sep 2023 20:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 298EF2BC01D; Mon, 25 Sep 2023 20:47:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DF572BC01D for ; Mon, 25 Sep 2023 20:47:32 +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 E03AA335CA3 for ; Mon, 25 Sep 2023 20:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA2311C8 for ; Mon, 25 Sep 2023 20:47:30 +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: <1695674835.dbddeadd0a83d413bc4b71f6bcb1d99fe82d651b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-llvm-translator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0.ebuild X-VCS-Directories: dev-util/spirv-llvm-translator/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dbddeadd0a83d413bc4b71f6bcb1d99fe82d651b X-VCS-Branch: master Date: Mon, 25 Sep 2023 20:47:30 +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: 111478d8-9476-4c6f-a2a3-5fa3db3ff892 X-Archives-Hash: 4519afcb1703ce7d138ec4e433d12e40 commit: dbddeadd0a83d413bc4b71f6bcb1d99fe82d651b Author: Matt Turner gentoo org> AuthorDate: Mon Sep 25 20:47:07 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 25 20:47:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbddeadd dev-util/spirv-llvm-translator: Require spirv-headers-1.3.261 Signed-off-by: Matt Turner gentoo.org> dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0.ebuild index 61b365a8c104..7496414f8591 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0.ebuild @@ -25,7 +25,7 @@ RDEPEND=" sys-devel/llvm:${SLOT}= " DEPEND="${RDEPEND} - dev-util/spirv-headers + >=dev-util/spirv-headers-1.3.261 " BDEPEND=" virtual/pkgconfig