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 E9497138334 for ; Sun, 27 Oct 2019 20:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B08AE08D3; Sun, 27 Oct 2019 20:08:13 +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 E28FCE08D3 for ; Sun, 27 Oct 2019 20:08:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7F2D234C416 for ; Sun, 27 Oct 2019 20:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 695F9894 for ; Sun, 27 Oct 2019 20:08:09 +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: <1572206874.f16952348181ba7753f2619a22e640db06e41d65.sarnex@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.1.125.ebuild media-libs/vulkan-layers/vulkan-layers-9999.ebuild X-VCS-Directories: media-libs/vulkan-layers/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: f16952348181ba7753f2619a22e640db06e41d65 X-VCS-Branch: master Date: Sun, 27 Oct 2019 20:08:09 +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: 73f08174-c987-422e-ae09-3a4f172803b4 X-Archives-Hash: 7c38f4efd12662ce7866a348dda1d365 commit: f16952348181ba7753f2619a22e640db06e41d65 Author: Nick Sarnie gentoo org> AuthorDate: Sun Oct 27 20:00:36 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Oct 27 20:07:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1695234 media-libs/vulkan-layers: Fix deps Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> media-libs/vulkan-layers/vulkan-layers-1.1.125.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.1.125.ebuild b/media-libs/vulkan-layers/vulkan-layers-1.1.125.ebuild index 822423bf499..cc6a322ae6c 100644 --- a/media-libs/vulkan-layers/vulkan-layers-1.1.125.ebuild +++ b/media-libs/vulkan-layers/vulkan-layers-1.1.125.ebuild @@ -26,7 +26,7 @@ IUSE="X wayland" DEPEND="${PYTHON_DEPS} >=dev-util/glslang-7.12.3353_pre20191027:=[${MULTILIB_USEDEP}] - >=dev-util/spirv-tools-2019.4:=[${MULTILIB_USEDEP}] + =dev-util/spirv-tools-2019.10_pre20191027:=[${MULTILIB_USEDEP}] >=dev-util/vulkan-headers-1.1.125 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 822423bf499..9ee3418b3b2 100644 --- a/media-libs/vulkan-layers/vulkan-layers-9999.ebuild +++ b/media-libs/vulkan-layers/vulkan-layers-9999.ebuild @@ -26,7 +26,7 @@ IUSE="X wayland" DEPEND="${PYTHON_DEPS} >=dev-util/glslang-7.12.3353_pre20191027:=[${MULTILIB_USEDEP}] - >=dev-util/spirv-tools-2019.4:=[${MULTILIB_USEDEP}] + =dev-util/spirv-tools-9999:=[${MULTILIB_USEDEP}] >=dev-util/vulkan-headers-1.1.125 wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? (