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 9C61B138350 for ; Sun, 15 Mar 2020 21:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5240DE1180; Sun, 15 Mar 2020 21:29:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 37DF6E117E for ; Sun, 15 Mar 2020 21:29:03 +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 4B45134F193 for ; Sun, 15 Mar 2020 21:29:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0C251A0 for ; Sun, 15 Mar 2020 21:28:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1584307721.15b46cdd528459bf0f1d2017f93c4fe3e0bfee2d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-layers/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vulkan-layers/vulkan-layers-1.2.133-r1.ebuild media-libs/vulkan-layers/vulkan-layers-9999.ebuild X-VCS-Directories: media-libs/vulkan-layers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 15b46cdd528459bf0f1d2017f93c4fe3e0bfee2d X-VCS-Branch: master Date: Sun, 15 Mar 2020 21:28:57 +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: acdf72ba-a2fa-41bc-91f4-0c8e19e60644 X-Archives-Hash: b99bcd8c26a378d38c05ac4c61ea31ab commit: 15b46cdd528459bf0f1d2017f93c4fe3e0bfee2d Author: Matt Turner gentoo org> AuthorDate: Sun Mar 15 21:13:49 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 15 21:28:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b46cdd media-libs/vulkan-layers: Raise dependency on dev-util/spirv-tools Closes: https://bugs.gentoo.org/712186 Signed-off-by: Matt Turner gentoo.org> media-libs/vulkan-layers/vulkan-layers-1.2.133-r1.ebuild | 2 +- media-libs/vulkan-layers/vulkan-layers-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.133-r1.ebuild b/media-libs/vulkan-layers/vulkan-layers-1.2.133-r1.ebuild index 7e589aee8c4..aca531469b7 100644 --- a/media-libs/vulkan-layers/vulkan-layers-1.2.133-r1.ebuild +++ b/media-libs/vulkan-layers/vulkan-layers-1.2.133-r1.ebuild @@ -28,7 +28,7 @@ IUSE="wayland X" BDEPEND=">=dev-util/cmake-3.10.2" DEPEND="${PYTHON_DEPS} >=dev-util/glslang-7.12.3353_pre20191027-r1:=[${MULTILIB_USEDEP}] - ~dev-util/spirv-tools-2019.10_pre20191027:= + >=dev-util/spirv-tools-2020.1:= >=dev-util/vulkan-headers-${PV} wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( diff --git a/media-libs/vulkan-layers/vulkan-layers-9999.ebuild b/media-libs/vulkan-layers/vulkan-layers-9999.ebuild index 6cbde85fcbd..59988cee81e 100644 --- a/media-libs/vulkan-layers/vulkan-layers-9999.ebuild +++ b/media-libs/vulkan-layers/vulkan-layers-9999.ebuild @@ -28,7 +28,7 @@ IUSE="wayland X" BDEPEND=">=dev-util/cmake-3.10.2" DEPEND="${PYTHON_DEPS} >=dev-util/glslang-7.12.3353_pre20191027:=[${MULTILIB_USEDEP}] - ~dev-util/spirv-tools-9999:=[${MULTILIB_USEDEP}] + >=dev-util/spirv-tools-2020.1:=[${MULTILIB_USEDEP}] >=dev-util/vulkan-headers-${PV} wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? (