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 D332C15838C for ; Sun, 21 Jan 2024 13:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23606E29B0; Sun, 21 Jan 2024 13:38:56 +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 0AAABE29B0 for ; Sun, 21 Jan 2024 13:38:56 +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 5380234329F for ; Sun, 21 Jan 2024 13:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4A6A13AA for ; Sun, 21 Jan 2024 13:38:53 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1705844292.9d8d087779fe22883a6969f8b953065e2aee776d.conikost@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-r1.ebuild dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild X-VCS-Directories: dev-util/spirv-llvm-translator/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9d8d087779fe22883a6969f8b953065e2aee776d X-VCS-Branch: master Date: Sun, 21 Jan 2024 13:38:53 +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: c0c66396-7564-4874-8fe7-ccd24b00a48f X-Archives-Hash: 1a417df9660938074f177e1987407f32 commit: 9d8d087779fe22883a6969f8b953065e2aee776d Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jan 21 13:38:12 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jan 21 13:38:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8d0877 dev-util/spirv-llvm-translator: also depend on newer spirv-headers Closes: https://bugs.gentoo.org/922616 Signed-off-by: Conrad Kostecki gentoo.org> ...anslator-17.0.0-r1.ebuild => spirv-llvm-translator-17.0.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild similarity index 97% rename from dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r1.ebuild rename to dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild index 31e879a61af7..8805557f442f 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild @@ -25,7 +25,7 @@ RDEPEND=" sys-devel/llvm:${SLOT}= " DEPEND="${RDEPEND} - >=dev-util/spirv-headers-1.3.261 + >=dev-util/spirv-headers-1.3.275 " BDEPEND=" virtual/pkgconfig