Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/
Date: Sat, 26 Jun 2021 20:19:52
Message-Id: 1624738773.3c90a3a3a09d0ba160da70d574679b7bc909fae5.mattst88@gentoo
1 commit: 3c90a3a3a09d0ba160da70d574679b7bc909fae5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 01:50:39 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 20:19:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c90a3a3
7
8 dev-util/vulkan-tools: Relax REQUIRED_USE to allow USE="-X -wayland"
9
10 Tools like vkinfo still work without either of these flags enabled.
11
12 Found in the chromiumos-overlay.
13
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild | 2 +-
17 dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
21 index 2c9c32681c3..c7c209140df 100644
22 --- a/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
23 +++ b/dev-util/vulkan-tools/vulkan-tools-1.2.179.ebuild
24 @@ -26,7 +26,7 @@ SLOT="0"
25 IUSE="cube wayland +X"
26
27 # Cube demo only supports one window system at a time
28 -REQUIRED_USE="!cube? ( || ( X wayland ) ) cube? ( ^^ ( X wayland ) )"
29 +REQUIRED_USE="cube? ( ^^ ( X wayland ) )"
30
31 BDEPEND="${PYTHON_DEPS}
32 >=dev-util/cmake-3.10.2
33
34 diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
35 index e9b91a71bdd..80aeb47802a 100644
36 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
37 +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 @@ -26,7 +26,7 @@ SLOT="0"
45 IUSE="cube wayland +X"
46
47 # Cube demo only supports one window system at a time
48 -REQUIRED_USE="!cube? ( || ( X wayland ) ) cube? ( ^^ ( X wayland ) )"
49 +REQUIRED_USE="cube? ( ^^ ( X wayland ) )"
50
51 BDEPEND="${PYTHON_DEPS}
52 >=dev-util/cmake-3.10.2