Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/
Date: Tue, 11 Dec 2018 15:33:38
Message-Id: 1544542404.708354fc2754361aea109fdb2a88679c7f1c081f.mgorny@gentoo
1 commit: 708354fc2754361aea109fdb2a88679c7f1c081f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 14:52:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 15:33:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708354fc
7
8 app-emulation/vkd3d: [QA] Clean obsolete <=vulkan-loader dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-emulation/vkd3d/vkd3d-1.0.ebuild | 7 ++-----
13 app-emulation/vkd3d/vkd3d-9999.ebuild | 7 ++-----
14 2 files changed, 4 insertions(+), 10 deletions(-)
15
16 diff --git a/app-emulation/vkd3d/vkd3d-1.0.ebuild b/app-emulation/vkd3d/vkd3d-1.0.ebuild
17 index 2adf5f15608..adf1fb7481d 100644
18 --- a/app-emulation/vkd3d/vkd3d-1.0.ebuild
19 +++ b/app-emulation/vkd3d/vkd3d-1.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -22,10 +22,7 @@ RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
27
28 DEPEND="${RDEPEND}
29 dev-util/spirv-headers
30 - || (
31 - dev-util/vulkan-headers
32 - <=media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}]
33 - )"
34 + dev-util/vulkan-headers"
35
36 DESCRIPTION="D3D12 to Vulkan translation library"
37 HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
38
39 diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild
40 index 2adf5f15608..adf1fb7481d 100644
41 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild
42 +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -22,10 +22,7 @@ RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
50
51 DEPEND="${RDEPEND}
52 dev-util/spirv-headers
53 - || (
54 - dev-util/vulkan-headers
55 - <=media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}]
56 - )"
57 + dev-util/vulkan-headers"
58
59 DESCRIPTION="D3D12 to Vulkan translation library"
60 HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"