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 2C9BE1395E2 for ; Tue, 15 Nov 2016 18:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FBEE0D04; Tue, 15 Nov 2016 18:36:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D60BE0D04 for ; Tue, 15 Nov 2016 18:36:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BEC034114A for ; Tue, 15 Nov 2016 18:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 200C42EF for ; Tue, 15 Nov 2016 18:36:19 +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: <1479234958.c9a232d25a33a18da23383d1dee2723e563158fd.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.0.30.0.ebuild X-VCS-Directories: media-libs/vulkan-loader/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c9a232d25a33a18da23383d1dee2723e563158fd X-VCS-Branch: master Date: Tue, 15 Nov 2016 18:36:19 +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: d1d39d4e-fc42-46b1-a55a-da2834e9c218 X-Archives-Hash: 2290dbae65d166cf8620d67e372bb8e2 commit: c9a232d25a33a18da23383d1dee2723e563158fd Author: Matt Turner gentoo org> AuthorDate: Tue Nov 15 18:34:48 2016 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Nov 15 18:35:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a232d2 media-libs/vulkan-loader: Disable validation layers. Even though I want these to be enabled, I intended for them to be disabled in the initial commit due to build system complexities. Bug: https://bugs.gentoo.org/599754 media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild index c8b0993..6868d95 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild @@ -32,7 +32,7 @@ multilib_src_configure() { local mycmakeargs=( -DCMAKE_SKIP_RPATH=True -DBUILD_TESTS=False - -DBUILD_LAYERS=True + -DBUILD_LAYERS=False -DBUILD_DEMOS=False -DBUILD_VKJSON=False -DBUILD_LOADER=True