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 58796138332 for ; Sat, 14 Apr 2018 19:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BECAE07EA; Sat, 14 Apr 2018 19:50:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 58D68E07EA for ; Sat, 14 Apr 2018 19:50:42 +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 7D538335C7A for ; Sat, 14 Apr 2018 19:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0968289 for ; Sat, 14 Apr 2018 19:50:38 +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: <1523735422.01b50d8c847aaae6d0444f7a17f556c61e3e1f54.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vulkan-loader/vulkan-loader-1.1.70.0.ebuild media-libs/vulkan-loader/vulkan-loader-9999.ebuild X-VCS-Directories: media-libs/vulkan-loader/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 01b50d8c847aaae6d0444f7a17f556c61e3e1f54 X-VCS-Branch: master Date: Sat, 14 Apr 2018 19:50:38 +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-Archives-Salt: 22d986d1-eaf7-4aa7-a20f-002bd558796e X-Archives-Hash: 6ec1f2d8e2aafd86ea65d13d79772b7a commit: 01b50d8c847aaae6d0444f7a17f556c61e3e1f54 Author: Nick Sarnie gmail com> AuthorDate: Sat Apr 14 19:05:31 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 14 19:50:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b50d8c media-libs/vulkan-loader: Require X if building demos Reported-by: Simon gmail.com> Closes: https://github.com/gentoo/gentoo/pull/8002 media-libs/vulkan-loader/vulkan-loader-1.1.70.0.ebuild | 1 + media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/vulkan-loader/vulkan-loader-1.1.70.0.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.1.70.0.ebuild index 05bb1fc476f..0209e422b94 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.1.70.0.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.1.70.0.ebuild @@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers" LICENSE="Apache-2.0" SLOT="0" IUSE="demos layers wayland X" +REQUIRED_USE="demos? ( X )" RDEPEND="" DEPEND="${PYTHON_DEPS} diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild index b3a7e0743f4..50481bec95e 100644 --- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild @@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers" LICENSE="Apache-2.0" SLOT="0" IUSE="demos layers wayland X" +REQUIRED_USE="demos? ( X )" RDEPEND="" DEPEND="${PYTHON_DEPS}