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 93D6215800F for ; Wed, 22 Feb 2023 18:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD0DE07C7; Wed, 22 Feb 2023 18:20:25 +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 038D6E07C7 for ; Wed, 22 Feb 2023 18:20:25 +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 E8221340970 for ; Wed, 22 Feb 2023 18:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0E08CD for ; Wed, 22 Feb 2023 18:20:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1677090001.41257710bebcba465eb06cd83fac7f7c5e230466.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-tools/spirv-tools-1.3.239.ebuild dev-util/spirv-tools/spirv-tools-99999999.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 41257710bebcba465eb06cd83fac7f7c5e230466 X-VCS-Branch: master Date: Wed, 22 Feb 2023 18:20:20 +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: e49eb8e6-aa64-4dd6-9220-ce03dbf3f5fd X-Archives-Hash: e40203fd501049f380395ae2ce6a8003 commit: 41257710bebcba465eb06cd83fac7f7c5e230466 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 22 18:17:43 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 22 18:20:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41257710 dev-util/spirv-tools: Drop dev-util/spirv-headers from BDEPEND Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/spirv-tools/spirv-tools-1.3.239.ebuild | 6 ++---- dev-util/spirv-tools/spirv-tools-99999999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-util/spirv-tools/spirv-tools-1.3.239.ebuild b/dev-util/spirv-tools/spirv-tools-1.3.239.ebuild index 0a389665510c..9b7c8253a4ff 100644 --- a/dev-util/spirv-tools/spirv-tools-1.3.239.ebuild +++ b/dev-util/spirv-tools/spirv-tools-1.3.239.ebuild @@ -27,11 +27,9 @@ SLOT="0" # in the generated library. Easily hit with non-standard compiler flags RESTRICT="test" -COMMON_DEPEND="~dev-util/spirv-headers-${PV}" -DEPEND="${COMMON_DEPEND}" +DEPEND="~dev-util/spirv-headers-${PV}" RDEPEND="" -BDEPEND="${PYTHON_DEPS} - ${COMMON_DEPEND}" +BDEPEND="${PYTHON_DEPS}" multilib_src_configure() { local mycmakeargs=( diff --git a/dev-util/spirv-tools/spirv-tools-99999999.ebuild b/dev-util/spirv-tools/spirv-tools-99999999.ebuild index 2473a36f5a56..cd2a73fc921f 100644 --- a/dev-util/spirv-tools/spirv-tools-99999999.ebuild +++ b/dev-util/spirv-tools/spirv-tools-99999999.ebuild @@ -27,11 +27,9 @@ SLOT="0" # in the generated library. Easily hit with non-standard compiler flags RESTRICT="test" -COMMON_DEPEND="~dev-util/spirv-headers-1.3.239" -DEPEND="${COMMON_DEPEND}" +DEPEND="~dev-util/spirv-headers-1.3.239" RDEPEND="" -BDEPEND="${PYTHON_DEPS} - ${COMMON_DEPEND}" +BDEPEND="${PYTHON_DEPS}" multilib_src_configure() { local mycmakeargs=(