Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/
Date: Tue, 29 Sep 2020 22:36:02
Message-Id: 1601418951.3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3.sarnex@gentoo
1 commit: 3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 22:35:31 2020 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 22:35:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b885c9a
7
8 app-emulation/vkd3d: Sync with ::wine
9
10 Fix build
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 app-emulation/vkd3d/vkd3d-1.2.ebuild | 1 +
16 app-emulation/vkd3d/vkd3d-9999.ebuild | 3 ++-
17 2 files changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild
20 index f866aca35b5..90e8035e37b 100644
21 --- a/app-emulation/vkd3d/vkd3d-1.2.ebuild
22 +++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild
23 @@ -33,6 +33,7 @@ SLOT="0"
24 multilib_src_configure() {
25 local myconf=(
26 $(use_with spirv-tools)
27 + --disable-doxygen-pdf
28 )
29
30 ECONF_SOURCE=${S} econf "${myconf[@]}"
31
32 diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild
33 index 8f9fdffa3c6..0e542af4666 100644
34 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild
35 +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 +# Copyright 1999-2020 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42 @@ -40,6 +40,7 @@ src_prepare() {
43 multilib_src_configure() {
44 local myconf=(
45 $(use_with spirv-tools)
46 + --disable-doxygen-pdf
47 )
48
49 ECONF_SOURCE=${S} econf "${myconf[@]}"