From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1591722-garchives=archives.gentoo.org@lists.gentoo.org> 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 600FE15838C for <garchives@archives.gentoo.org>; Thu, 18 Jan 2024 03:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F402E29D7; Thu, 18 Jan 2024 03:33:34 +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 81796E29D7 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Jan 2024 03:33:34 +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 85C2634338F for <gentoo-commits@lists.gentoo.org>; Thu, 18 Jan 2024 03:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2154C979 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Jan 2024 03:33:32 +0000 (UTC) From: "Nick Sarnie" <sarnex@gentoo.org> 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" <sarnex@gentoo.org> Message-ID: <1705548772.5977153449c634475ae04ee0ace5a8792b0002bc.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vulkan-tools/vulkan-tools-1.3.275.ebuild dev-util/vulkan-tools/vulkan-tools-9999.ebuild X-VCS-Directories: dev-util/vulkan-tools/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 5977153449c634475ae04ee0ace5a8792b0002bc X-VCS-Branch: master Date: Thu, 18 Jan 2024 03:33:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8be7c2a9-1e88-45bf-9521-35fb2b7c8e9b X-Archives-Hash: 256f1b7624df326ae89f448c35fcaec4 commit: 5977153449c634475ae04ee0ace5a8792b0002bc Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 03:32:52 2024 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 03:32:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59771534 dev-util/vulkan-tools: Fix RDEPEND Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> dev-util/vulkan-tools/vulkan-tools-1.3.275.ebuild | 2 +- dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/vulkan-tools/vulkan-tools-1.3.275.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.3.275.ebuild index 51b136ae78cf..bf6990692e09 100644 --- a/dev-util/vulkan-tools/vulkan-tools-1.3.275.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-1.3.275.ebuild @@ -30,6 +30,7 @@ BDEPEND="${PYTHON_DEPS} cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] ) " RDEPEND=" + ~dev-util/volk-${PV}:=[${MULTILIB_USEDEP}] ~media-libs/vulkan-loader-${PV}:=[${MULTILIB_USEDEP},wayland?,X?] wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( @@ -38,7 +39,6 @@ RDEPEND=" ) " DEPEND="${RDEPEND} - ~dev-util/volk-${PV}:=[${MULTILIB_USEDEP}] ~dev-util/vulkan-headers-${PV} " diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild index 8138a120418d..a12f8e848df4 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -30,6 +30,7 @@ BDEPEND="${PYTHON_DEPS} cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] ) " RDEPEND=" + ~dev-util/volk-${PV}:=[${MULTILIB_USEDEP}] ~media-libs/vulkan-loader-${PV}:=[${MULTILIB_USEDEP},wayland?,X?] wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( @@ -38,7 +39,6 @@ RDEPEND=" ) " DEPEND="${RDEPEND} - ~dev-util/volk-${PV}:=[${MULTILIB_USEDEP}] ~dev-util/vulkan-headers-${PV} "