summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2020-09-29 18:35:31 -0400
committerNick Sarnie <sarnex@gentoo.org>2020-09-29 18:35:51 -0400
commit3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3 (patch)
treef75a5ca8a30998494d156246ebf05d7535a1732f /app-emulation/vkd3d
parentnet-wireless/hostapd: Stabilize 2.9-r3 arm64, #727542 (diff)
downloadgentoo-3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3.tar.gz
gentoo-3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3.tar.bz2
gentoo-3b885c9ae30ab6c8ad52a140f24ef01c2bb577f3.zip
app-emulation/vkd3d: Sync with ::wine
Fix build Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d')
-rw-r--r--app-emulation/vkd3d/vkd3d-1.2.ebuild1
-rw-r--r--app-emulation/vkd3d/vkd3d-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild
index f866aca35b58..90e8035e37ba 100644
--- a/app-emulation/vkd3d/vkd3d-1.2.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild
@@ -33,6 +33,7 @@ SLOT="0"
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)
+ --disable-doxygen-pdf
)
ECONF_SOURCE=${S} econf "${myconf[@]}"
diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild
index 8f9fdffa3c6b..0e542af46662 100644
--- a/app-emulation/vkd3d/vkd3d-9999.ebuild
+++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,6 +40,7 @@ src_prepare() {
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)
+ --disable-doxygen-pdf
)
ECONF_SOURCE=${S} econf "${myconf[@]}"