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 1DDCD1382C5 for ; Mon, 16 Apr 2018 00:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3552DE08D9; Mon, 16 Apr 2018 00:23:38 +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 12267E08D9 for ; Mon, 16 Apr 2018 00:23:37 +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 8A612335C0A for ; Mon, 16 Apr 2018 00:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCB6B27C for ; Mon, 16 Apr 2018 00:23:34 +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: <1523838204.a38736c98e4f4524b495fb5d2af15670cbe4e310.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: a38736c98e4f4524b495fb5d2af15670cbe4e310 X-VCS-Branch: master Date: Mon, 16 Apr 2018 00:23:34 +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: c85064f1-97a8-4e5d-89ea-7e6cf8152bca X-Archives-Hash: 419dd787c6f1702184d6fb5c5502550e commit: a38736c98e4f4524b495fb5d2af15670cbe4e310 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 16 00:22:51 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 16 00:23:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38736c9 media-libs/vulkan-loader: Fix installation with ninja Closes: https://bugs.gentoo.org/650090 media-libs/vulkan-loader/vulkan-loader-1.1.70.0.ebuild | 2 +- media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 0209e422b94..4bed360605f 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 @@ -60,5 +60,5 @@ multilib_src_configure() { multilib_src_install() { keepdir /etc/vulkan/icd.d - default + cmake-utils_src_install } diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild index 50481bec95e..b83dbcb76bc 100644 --- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild @@ -57,5 +57,5 @@ multilib_src_configure() { multilib_src_install() { keepdir /etc/vulkan/icd.d - default + cmake-utils_src_install }