Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/vkd3d/
Date: Mon, 28 May 2018 19:59:08
Message-Id: 1527537450.d1e6e3e2fe427e15bd6450b236c2287aa7f58d50.sarnex@gentoo
1 commit: d1e6e3e2fe427e15bd6450b236c2287aa7f58d50
2 Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
3 AuthorDate: Mon May 28 17:16:54 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 19:57:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=d1e6e3e2
7
8 app-emulation/vkd3d: Add dependencies
9
10 Fixes: https://bugs.gentoo.org/656784
11 Fixes: https://bugs.gentoo.org/656794
12 Closes: https://github.com/gentoo/repo-proj-wine/pull/5
13
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15
16 app-emulation/vkd3d/vkd3d-1.0.ebuild | 9 ++++++++-
17 app-emulation/vkd3d/vkd3d-9999.ebuild | 9 ++++++++-
18 2 files changed, 16 insertions(+), 2 deletions(-)
19
20 diff --git a/app-emulation/vkd3d/vkd3d-1.0.ebuild b/app-emulation/vkd3d/vkd3d-1.0.ebuild
21 index a84144c..e5f968f 100644
22 --- a/app-emulation/vkd3d/vkd3d-1.0.ebuild
23 +++ b/app-emulation/vkd3d/vkd3d-1.0.ebuild
24 @@ -15,7 +15,14 @@ fi
25
26 IUSE="spirv-tools"
27 RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
28 - x11-libs/xcb-util-keysyms:=[${MULTILIB_USEDEP}]"
29 + dev-util/spirv-headers
30 + || (
31 + ( <=media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}] )
32 + ( >media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}]
33 + dev-util/vulkan-headers
34 + )
35 + )
36 + x11-libs/xcb-util-keysyms:=[${MULTILIB_USEDEP}]"
37
38 DEPEND="${RDEPEND}"
39
40
41 diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild
42 index a84144c..e5f968f 100644
43 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild
44 +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
45 @@ -15,7 +15,14 @@ fi
46
47 IUSE="spirv-tools"
48 RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
49 - x11-libs/xcb-util-keysyms:=[${MULTILIB_USEDEP}]"
50 + dev-util/spirv-headers
51 + || (
52 + ( <=media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}] )
53 + ( >media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}]
54 + dev-util/vulkan-headers
55 + )
56 + )
57 + x11-libs/xcb-util-keysyms:=[${MULTILIB_USEDEP}]"
58
59 DEPEND="${RDEPEND}"