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 3A9FA15806E for ; Tue, 23 May 2023 02:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 354DCE0970; Tue, 23 May 2023 02:58:59 +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 18178E0970 for ; Tue, 23 May 2023 02:58:59 +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 2576E340955 for ; Tue, 23 May 2023 02:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABD40A68 for ; Tue, 23 May 2023 02:58:56 +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: <1684810715.b7ab34a24f303e2e333173fb10845b368afdec58.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-15.0.0-r1.ebuild dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild X-VCS-Directories: dev-util/spirv-llvm-translator/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b7ab34a24f303e2e333173fb10845b368afdec58 X-VCS-Branch: master Date: Tue, 23 May 2023 02:58:56 +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: f18b5f74-d8ee-4581-80ad-3e713c9caa3f X-Archives-Hash: 7cc531185149401bc6795b73cba8e0f4 commit: b7ab34a24f303e2e333173fb10845b368afdec58 Author: Matt Turner gentoo org> AuthorDate: Mon May 22 20:12:20 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 23 02:58:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ab34a2 dev-util/spirv-llvm-translator: Move spirv-headers out of RDEPEND spirv-headers, as the name suggests, provides only header files. Signed-off-by: Matt Turner gentoo.org> .../spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild | 7 +++---- .../spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild index 512723205247..cdd464fdb974 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild @@ -22,12 +22,11 @@ REQUIRED_USE="test? ( tools )" RESTRICT="!test? ( test )" RDEPEND=" - dev-util/spirv-headers sys-devel/llvm:${SLOT} " - -DEPEND="${RDEPEND}" - +DEPEND="${RDEPEND} + dev-util/spirv-headers +" BDEPEND=" virtual/pkgconfig test? ( diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild index 053b146fad72..7cf49ee565d2 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild @@ -22,12 +22,11 @@ REQUIRED_USE="test? ( tools )" RESTRICT="!test? ( test )" RDEPEND=" - dev-util/spirv-headers sys-devel/llvm:${SLOT} " - -DEPEND="${RDEPEND}" - +DEPEND="${RDEPEND} + dev-util/spirv-headers +" BDEPEND=" virtual/pkgconfig test? (