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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FA3B138334 for ; Sat, 15 Jun 2019 23:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91F90E0887; Sat, 15 Jun 2019 23:20:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7669BE0887 for ; Sat, 15 Jun 2019 23:20:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6307B3461B1 for ; Sat, 15 Jun 2019 23:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3D660B for ; Sat, 15 Jun 2019 23:20:14 +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: <1560640745.ec4043a0128114fdf0a00c8ad6fa2dae850039cf.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.1.106-r1.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: ec4043a0128114fdf0a00c8ad6fa2dae850039cf X-VCS-Branch: master Date: Sat, 15 Jun 2019 23:20:14 +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: 337b1e03-22d6-4f74-9d8a-ef4b5b85023a X-Archives-Hash: b4d2c645c59dd1190d99de38318f10ae commit: ec4043a0128114fdf0a00c8ad6fa2dae850039cf Author: Nick Sarnie gentoo org> AuthorDate: Sat Jun 15 23:19:05 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sat Jun 15 23:19:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4043a0 dev-util/vulkan-tools: Move python to build deps Based on idea from Arfrever Frehtes Taifersar Arahesis gmail.com> Bug: https://bugs.gentoo.org/688126 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Nick Sarnie gentoo.org> dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild | 6 +++--- dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild index 98cfd393194..1956a5c0166 100644 --- a/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild @@ -30,9 +30,9 @@ COMMON_DEPEND="media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?] x11-libs/libXrandr:=[${MULTILIB_USEDEP}] )" -BDEPEND="cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )" -DEPEND="${PYTHON_DEPS} - ${COMMON_DEPEND}" +BDEPEND="${PYTHON_DEPS} + cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )" +DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" # Vulkaninfo does not support wayland diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild index 9cf16dafaf9..2cac7708424 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -30,9 +30,9 @@ COMMON_DEPEND="media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?] x11-libs/libXrandr:=[${MULTILIB_USEDEP}] )" -BDEPEND="cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )" -DEPEND="${PYTHON_DEPS} - ${COMMON_DEPEND}" +BDEPEND="${PYTHON_DEPS} + cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )" +DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" # Vulkaninfo does not support wayland