summaryrefslogtreecommitdiff
path: root/app-emulation/vkd3d/vkd3d-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /app-emulation/vkd3d/vkd3d-9999.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'app-emulation/vkd3d/vkd3d-9999.ebuild')
-rw-r--r--app-emulation/vkd3d/vkd3d-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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[@]}"