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 6590D15838C for ; Thu, 18 Jan 2024 00:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63E752BC015; Thu, 18 Jan 2024 00:44:39 +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 459132BC015 for ; Thu, 18 Jan 2024 00:44:39 +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 2FCFD343393 for ; Thu, 18 Jan 2024 00:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94140DB1 for ; Thu, 18 Jan 2024 00:44:36 +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: <1705538650.5c56f9034eb319ca0f70cdcc9655c24ffb868594.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: 5c56f9034eb319ca0f70cdcc9655c24ffb868594 X-VCS-Branch: master Date: Thu, 18 Jan 2024 00:44:36 +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: c3aa58c9-f3ce-4046-8cde-a7808b527102 X-Archives-Hash: b0636f016438c1c1c9ab5af36f005f18 commit: 5c56f9034eb319ca0f70cdcc9655c24ffb868594 Author: Nick Sarnie gentoo org> AuthorDate: Thu Jan 18 00:44:10 2024 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Thu Jan 18 00:44:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c56f903 dev-util/volk: Fix vulkan-loader dep Signed-off-by: Nick Sarnie gentoo.org> dev-util/volk/volk-1.3.275.ebuild | 3 ++- dev-util/volk/volk-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/volk/volk-1.3.275.ebuild b/dev-util/volk/volk-1.3.275.ebuild index 19f3e32a2b35..f6a798a3f770 100644 --- a/dev-util/volk/volk-1.3.275.ebuild +++ b/dev-util/volk/volk-1.3.275.ebuild @@ -23,7 +23,8 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="~dev-util/vulkan-headers-${PV}" +DEPEND="~dev-util/vulkan-headers-${PV} + ~media-libs/vulkan-loader-${PV}" multilib_src_configure() { local mycmakeargs=( diff --git a/dev-util/volk/volk-9999.ebuild b/dev-util/volk/volk-9999.ebuild index 19f3e32a2b35..f6a798a3f770 100644 --- a/dev-util/volk/volk-9999.ebuild +++ b/dev-util/volk/volk-9999.ebuild @@ -23,7 +23,8 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="~dev-util/vulkan-headers-${PV}" +DEPEND="~dev-util/vulkan-headers-${PV} + ~media-libs/vulkan-loader-${PV}" multilib_src_configure() { local mycmakeargs=(