summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-17 03:27:11 +0000
committerSam James <sam@gentoo.org>2021-01-17 04:10:19 +0000
commit6f6a7704e7e285fb1aada5d4f195f104fc2ccfde (patch)
treef62a1209d8a1cf5f4a07290fe9e672137a017e36 /app-emulation
parentx11-libs/libva-intel-media-driver: rename patches (diff)
downloadgentoo-6f6a7704e7e285fb1aada5d4f195f104fc2ccfde.tar.gz
gentoo-6f6a7704e7e285fb1aada5d4f195f104fc2ccfde.tar.bz2
gentoo-6f6a7704e7e285fb1aada5d4f195f104fc2ccfde.zip
app-emulation/vkd3d: fix WhitespaceFound
Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
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[@]}"
}