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 A95E2138335 for ; Sun, 16 Dec 2018 14:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96DA7E0B43; Sun, 16 Dec 2018 14:04:06 +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 744B0E0B43 for ; Sun, 16 Dec 2018 14:04:06 +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 EA294335C38 for ; Sun, 16 Dec 2018 14:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F5F266 for ; Sun, 16 Dec 2018 14:04:02 +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: <1544968807.45b739107bcc41f1bdaac9c79fb118199b879084.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-1.1.92.1.ebuild 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: 45b739107bcc41f1bdaac9c79fb118199b879084 X-VCS-Branch: master Date: Sun, 16 Dec 2018 14:04:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10c26f80-8a39-48c4-a6a4-6d23ebcd08e7 X-Archives-Hash: 87b2994dee793a02449b32d6348da242 commit: 45b739107bcc41f1bdaac9c79fb118199b879084 Author: Nick Sarnie gentoo org> AuthorDate: Sun Dec 16 14:00:07 2018 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Dec 16 14:00:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b73910 media-libs/vulkan-loader: Remove unused cmake variable Fixes: https://bugs.gentoo.org/673230 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Nick Sarnie gentoo.org> media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild | 1 - media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild index 1cc42372829..c0dda1e9430 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild @@ -38,7 +38,6 @@ multilib_src_configure() { -DCMAKE_SKIP_RPATH=True -DBUILD_TESTS=False -DBUILD_LOADER=True - -DBUILD_WSI_MIR_SUPPORT=False -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland) -DBUILD_WSI_XCB_SUPPORT=$(usex X) -DBUILD_WSI_XLIB_SUPPORT=$(usex X) diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild index 203b5421a1c..83d678a93fe 100644 --- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild @@ -38,7 +38,6 @@ multilib_src_configure() { -DCMAKE_SKIP_RPATH=True -DBUILD_TESTS=False -DBUILD_LOADER=True - -DBUILD_WSI_MIR_SUPPORT=False -DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland) -DBUILD_WSI_XCB_SUPPORT=$(usex X) -DBUILD_WSI_XLIB_SUPPORT=$(usex X)