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 A265E138334 for ; Sat, 9 Mar 2019 14:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA275E08C9; Sat, 9 Mar 2019 14:23:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7F8CCE08C9 for ; Sat, 9 Mar 2019 14:23:31 +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 B2C6E335C8C for ; Sat, 9 Mar 2019 14:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE35554B for ; Sat, 9 Mar 2019 14:23:27 +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: <1552141321.59b01f044cf38cd14c310ab813fea2a1136917d0.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.101.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: 59b01f044cf38cd14c310ab813fea2a1136917d0 X-VCS-Branch: master Date: Sat, 9 Mar 2019 14:23:27 +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: 8a012445-e793-4bef-9634-c4ade36bcc06 X-Archives-Hash: 326235ed8bf6508cc24a257c540bc013 commit: 59b01f044cf38cd14c310ab813fea2a1136917d0 Author: Nick Sarnie gentoo org> AuthorDate: Sat Mar 9 14:22:01 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sat Mar 9 14:22:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b01f04 dev-util/vulkan-tools: Update vulkan-headers dependency Fixes: https://bugs.gentoo.org/679844 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Nick Sarnie gentoo.org> dev-util/vulkan-tools/vulkan-tools-1.1.101.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.1.101.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.1.101.ebuild index 7c544ec45b9..05eddd6d1e9 100644 --- a/dev-util/vulkan-tools/vulkan-tools-1.1.101.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-1.1.101.ebuild @@ -26,7 +26,7 @@ IUSE="+cube +vulkaninfo X wayland" DEPEND="${PYTHON_DEPS} cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] ) - dev-util/vulkan-headers + >=dev-util/vulkan-headers-1.1.101 media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?] wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild index e7562a4d683..0409548ade3 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -26,7 +26,7 @@ IUSE="+cube +vulkaninfo X wayland" DEPEND="${PYTHON_DEPS} cube? ( dev-util/glslang:=[${MULTILIB_USEDEP}] ) - dev-util/vulkan-headers + >=dev-util/vulkan-headers-1.1.101 media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?] wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? (