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: Tue, 29 Sep 2020 22:33:04
Message-Id: 1601418731.468cd930fd7bc7f2048d559ff3afee75288561a5.sarnex@gentoo
1 commit: 468cd930fd7bc7f2048d559ff3afee75288561a5
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 22:32:11 2020 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 22:32:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=468cd930
7
8 app-emulation/vkd3d: Fix build
9
10 Closes: https://bugs.gentoo.org/745450
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/vkd3d/vkd3d-1.2.ebuild | 1 +
15 app-emulation/vkd3d/vkd3d-9999.ebuild | 9 ++++-----
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild
19 index f866aca..90e8035 100644
20 --- a/app-emulation/vkd3d/vkd3d-1.2.ebuild
21 +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild
22 @@ -33,6 +33,7 @@ SLOT="0"
23 multilib_src_configure() {
24 local myconf=(
25 $(use_with spirv-tools)
26 + --disable-doxygen-pdf
27 )
28
29 ECONF_SOURCE=${S} econf "${myconf[@]}"
30
31 diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild
32 index 56cb485..90e8035 100644
33 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild
34 +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
35 @@ -1,17 +1,15 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41
42 inherit multilib-minimal
43
44 -AUTOTOOLS_AUTORECONF="1"
45 -
46 if [[ "${PV}" == "9999" ]]; then
47 EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git"
48 inherit git-r3
49 else
50 - KEYWORDS="~amd64"
51 + KEYWORDS="~amd64 ~x86"
52 SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz"
53 fi
54
55 @@ -24,7 +22,7 @@ RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
56
57 DEPEND="${RDEPEND}
58 dev-util/spirv-headers
59 - >=dev-util/vulkan-headers-1.1.114"
60 + dev-util/vulkan-headers"
61
62 DESCRIPTION="D3D12 to Vulkan translation library"
63 HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
64 @@ -35,6 +33,7 @@ SLOT="0"
65 multilib_src_configure() {
66 local myconf=(
67 $(use_with spirv-tools)
68 + --disable-doxygen-pdf
69 )
70
71 ECONF_SOURCE=${S} econf "${myconf[@]}"