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 8DB48138350 for ; Thu, 19 Mar 2020 22:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD1ACE0E45; Thu, 19 Mar 2020 22:33:52 +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 B0C7BE0E45 for ; Thu, 19 Mar 2020 22:33:52 +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 B75CF34F093 for ; Thu, 19 Mar 2020 22:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CD2E106 for ; Thu, 19 Mar 2020 22:33:50 +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: <1584657201.6b129f002d0b8b68e8811b6aef467b16d21ad49b.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 X-VCS-Directories: media-libs/vulkan-layers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6b129f002d0b8b68e8811b6aef467b16d21ad49b X-VCS-Branch: master Date: Thu, 19 Mar 2020 22:33:50 +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: 45364ddc-975f-4d80-958c-3bb0e7afef6c X-Archives-Hash: 108c39d69cb9fc9a45698449f5d051d7 commit: 6b129f002d0b8b68e8811b6aef467b16d21ad49b Author: Matt Turner gentoo org> AuthorDate: Thu Mar 19 22:33:18 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 19 22:33:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b129f00 media-libs/vulkan-layers: Add missing [${MULTILIB_USEDEP}] Closes: https://bugs.gentoo.org/712934 Signed-off-by: Matt Turner gentoo.org> media-libs/vulkan-layers/vulkan-layers-1.2.133-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 83a0302f2c1..b8a19367f7b 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-2020.1:= + >=dev-util/spirv-tools-2020.1:=[${MULTILIB_USEDEP}] >=dev-util/vulkan-headers-${PV} wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? (