summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vkd3d/vkd3d-1.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild b/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild
index 681d44f11940..2fc70a042f61 100644
--- a/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,7 +31,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
PATCHES=(
- "${FILESDIR}"/${P}-Fix-build.patch
+ "${FILESDIR}"/${P}-Fix-build.patch
)
multilib_src_configure() {
@@ -39,5 +39,5 @@ multilib_src_configure() {
$(use_with spirv-tools)
)
- ECONF_SOURCE=${S} econf "${myconf[@]}"
+ ECONF_SOURCE="${S}" econf "${myconf[@]}"
}