summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-06-24 18:50:39 -0700
committerMatt Turner <mattst88@gentoo.org>2021-06-26 13:19:33 -0700
commit3c90a3a3a09d0ba160da70d574679b7bc909fae5 (patch)
tree972261e40741aa97b11062a81009f9b0fa19405e
parentdev-libs/totem-pl-parser: Version bump to 3.26.6 (diff)
downloadgentoo-3c90a3a3.tar.gz
gentoo-3c90a3a3.tar.bz2
gentoo-3c90a3a3.zip
dev-util/vulkan-tools: Relax REQUIRED_USE to allow USE="-X -wayland"
Tools like vkinfo still work without either of these flags enabled. Found in the chromiumos-overlay. Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild2
-rw-r--r--dev-util/vulkan-tools/vulkan-tools-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
index 2c9c32681c33..c7c209140df1 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
@@ -26,7 +26,7 @@ SLOT="0"
IUSE="cube wayland +X"
# Cube demo only supports one window system at a time
-REQUIRED_USE="!cube? ( || ( X wayland ) ) cube? ( ^^ ( X wayland ) )"
+REQUIRED_USE="cube? ( ^^ ( X wayland ) )"
BDEPEND="${PYTHON_DEPS}
>=dev-util/cmake-3.10.2
diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
index e9b91a71bdd7..80aeb47802ac 100644
--- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,7 +26,7 @@ SLOT="0"
IUSE="cube wayland +X"
# Cube demo only supports one window system at a time
-REQUIRED_USE="!cube? ( || ( X wayland ) ) cube? ( ^^ ( X wayland ) )"
+REQUIRED_USE="cube? ( ^^ ( X wayland ) )"
BDEPEND="${PYTHON_DEPS}
>=dev-util/cmake-3.10.2