From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1009022-garchives=archives.gentoo.org@lists.gentoo.org>
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 965911382C5
	for <garchives@archives.gentoo.org>; Mon, 12 Mar 2018 17:41:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A6831E095E;
	Mon, 12 Mar 2018 17:41:22 +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 8399AE095E
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Mar 2018 17:41:22 +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 E2917335C50
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Mar 2018 17:41:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 21EC4251
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Mar 2018 17:41:19 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
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" <mattst88@gentoo.org>
Message-ID: <1520876462.94c586fe56ecaaacb1cf7399e6a5f19bb1c73813.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-9999.ebuild
X-VCS-Directories: media-libs/vulkan-loader/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 94c586fe56ecaaacb1cf7399e6a5f19bb1c73813
X-VCS-Branch: master
Date: Mon, 12 Mar 2018 17:41:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 84732795-c75a-4739-9e80-5c7ed9e10db1
X-Archives-Hash: bbbd1b13955c21a49ddc719a47a7e595

commit:     94c586fe56ecaaacb1cf7399e6a5f19bb1c73813
Author:     Georgy Yakovlev <ya <AT> sysdump <DOT> net>
AuthorDate: Fri Mar  2 16:49:07 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 17:41:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c586fe

media-libs/vulkan-loader: fix missing dep on libXrandr

Closes: https://bugs.gentoo.org/649334
Closes: https://github.com/gentoo/gentoo/pull/7335

 media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
index cc127324a6b..bb9cb32772d 100644
--- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
@@ -28,7 +28,10 @@ RDEPEND=""
 DEPEND="${PYTHON_DEPS}
 	demos? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )
 	wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
-	X? ( x11-libs/libX11:=[${MULTILIB_USEDEP}] )"
+	X? (
+		x11-libs/libX11:=[${MULTILIB_USEDEP}]
+		x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
+	)"
 
 multilib_src_configure() {
 	local mycmakeargs=(