commit:     6f6a7704e7e285fb1aada5d4f195f104fc2ccfde
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 03:27:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 04:10:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6a7704

app-emulation/vkd3d: fix WhitespaceFound

Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/vkd3d/vkd3d-1.1-r1.ebuild | 6 +++---
 1 file 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 681d44f1194..2fc70a042f6 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[@]}"
 }

Reply via email to