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 0741515838C for ; Thu, 18 Jan 2024 15:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3664DE29AC; Thu, 18 Jan 2024 15:25:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EF291E29AC for ; Thu, 18 Jan 2024 15:25:47 +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 413A73433A8 for ; Thu, 18 Jan 2024 15:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB471454 for ; Thu, 18 Jan 2024 15:25:45 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1705591534.8d20e37e224ea54ac21c41a3b3e6541f83b91b57.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/volk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/volk/volk-1.3.275.ebuild dev-util/volk/volk-9999.ebuild X-VCS-Directories: dev-util/volk/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 8d20e37e224ea54ac21c41a3b3e6541f83b91b57 X-VCS-Branch: master Date: Thu, 18 Jan 2024 15:25:45 +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: 0a8589a3-ca37-480f-b49e-15ec24018e65 X-Archives-Hash: 6812f96afccb95900c5e25d94e3c5f24 commit: 8d20e37e224ea54ac21c41a3b3e6541f83b91b57 Author: Nick Sarnie gentoo org> AuthorDate: Thu Jan 18 15:25:02 2024 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Thu Jan 18 15:25:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d20e37e dev-util/volk: Fix media-libs/vulkan-loader dep Signed-off-by: Nick Sarnie gentoo.org> dev-util/volk/volk-1.3.275.ebuild | 6 ++++-- dev-util/volk/volk-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-util/volk/volk-1.3.275.ebuild b/dev-util/volk/volk-1.3.275.ebuild index 1233cf8b60ec..995ed15b9d95 100644 --- a/dev-util/volk/volk-1.3.275.ebuild +++ b/dev-util/volk/volk-1.3.275.ebuild @@ -23,8 +23,10 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="~dev-util/vulkan-headers-${PV} - ~media-libs/vulkan-loader-${PV}" +RDEPEND="~media-libs/vulkan-loader-${PV}:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + ~dev-util/vulkan-headers-${PV} +" multilib_src_configure() { local mycmakeargs=( diff --git a/dev-util/volk/volk-9999.ebuild b/dev-util/volk/volk-9999.ebuild index f6a798a3f770..c68ac9aeb65e 100644 --- a/dev-util/volk/volk-9999.ebuild +++ b/dev-util/volk/volk-9999.ebuild @@ -23,8 +23,10 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="~dev-util/vulkan-headers-${PV} - ~media-libs/vulkan-loader-${PV}" +RDEPEND="~media-libs/vulkan-loader-${PV}:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + ~dev-util/vulkan-headers-${PV} +" multilib_src_configure() { local mycmakeargs=(