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 266CD138330 for ; Sun, 27 May 2018 02:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FA89E0891; Sun, 27 May 2018 02:02:52 +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 1744CE0891 for ; Sun, 27 May 2018 02:02: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 946D3335CBB for ; Sun, 27 May 2018 02:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E8562A9 for ; Sun, 27 May 2018 02:02:48 +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: <1527386486.75a03dbb2860cbf9de25e0a8f54d4d7561b5677a.sarnex@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: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 75a03dbb2860cbf9de25e0a8f54d4d7561b5677a X-VCS-Branch: master Date: Sun, 27 May 2018 02:02:48 +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: 5d8e1a0b-d7b9-4229-bdbf-c9ed74d59c74 X-Archives-Hash: 0b079c9c1e2eff69936672c3ab03ff88 commit: 75a03dbb2860cbf9de25e0a8f54d4d7561b5677a Author: Nick Sarnie gentoo org> AuthorDate: Sun May 27 01:38:35 2018 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun May 27 02:01:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a03dbb media-libs/vulkan-loader: Update HOMEPAGE and add vulkan-layers to PDEPEND Reported-by: [Arfrever] on IRC Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild index ddfe098eb54..33afbd7d834 100644 --- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild @@ -17,16 +17,15 @@ fi inherit python-any-r1 cmake-multilib DESCRIPTION="Vulkan Installable Client Driver (ICD) Loader" -HOMEPAGE="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers" +HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Loader" LICENSE="Apache-2.0" SLOT="0" IUSE="layers wayland X" -RDEPEND="" +PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )" DEPEND="${PYTHON_DEPS} dev-util/vulkan-headers - layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] ) wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( x11-libs/libX11:=[${MULTILIB_USEDEP}]