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 208E2138334 for ; Sun, 28 Jul 2019 22:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46BDFE081E; Sun, 28 Jul 2019 22:52:50 +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 279FEE081E for ; Sun, 28 Jul 2019 22:52:50 +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 B888E348E6C for ; Sun, 28 Jul 2019 22:52:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33DBD739 for ; Sun, 28 Jul 2019 22:52:46 +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: <1564354357.faa2f5feb01fff91f6f8e3458281b11a45cbd01f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild dev-util/vulkan-tools/vulkan-tools-9999.ebuild X-VCS-Directories: dev-util/vulkan-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: faa2f5feb01fff91f6f8e3458281b11a45cbd01f X-VCS-Branch: master Date: Sun, 28 Jul 2019 22:52:46 +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: d2836438-8ffa-48f3-ae29-dd42a4b473af X-Archives-Hash: 476d7f7292e9a80f7c1eeb63b209a06e commit: faa2f5feb01fff91f6f8e3458281b11a45cbd01f Author: Matt Turner gentoo org> AuthorDate: Sun Jul 28 22:52:26 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jul 28 22:52:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa2f5fe dev-util/vulkan-tools: Enable X by default Signed-off-by: Matt Turner gentoo.org> dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild | 4 ++-- dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild index 8c9610536b6..4b502753322 100644 --- a/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools" LICENSE="Apache-2.0" SLOT="0" -IUSE="+cube +vulkaninfo X wayland" +IUSE="+cube +vulkaninfo +X wayland" COMMON_DEPEND="media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?] wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( @@ -37,7 +37,7 @@ RDEPEND="${COMMON_DEPEND}" # Vulkaninfo does not support wayland REQUIRED_USE="|| ( X wayland ) - vulkaninfo? ( X )" + vulkaninfo? ( X )" pkg_setup() { MULTILIB_CHOST_TOOLS=() diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild index 2a6ce1302f7..574fee54f75 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools" LICENSE="Apache-2.0" SLOT="0" -IUSE="+cube +vulkaninfo X wayland" +IUSE="+cube +vulkaninfo +X wayland" COMMON_DEPEND="media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?] wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] ) X? ( @@ -37,7 +37,7 @@ RDEPEND="${COMMON_DEPEND}" # Vulkaninfo does not support wayland REQUIRED_USE="|| ( X wayland ) - vulkaninfo? ( X )" + vulkaninfo? ( X )" pkg_setup() { MULTILIB_CHOST_TOOLS=()