From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA00A1382C5 for ; Sun, 17 Jan 2021 04:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C750E0839; Sun, 17 Jan 2021 04:10:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2451CE0839 for ; Sun, 17 Jan 2021 04:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 611C3340F13 for ; Sun, 17 Jan 2021 04:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F7FC2C5 for ; Sun, 17 Jan 2021 04:10:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610856619.6f6a7704e7e285fb1aada5d4f195f104fc2ccfde.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d/vkd3d-1.1-r1.ebuild X-VCS-Directories: app-emulation/vkd3d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f6a7704e7e285fb1aada5d4f195f104fc2ccfde X-VCS-Branch: master Date: Sun, 17 Jan 2021 04:10:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e28b8bff-7e82-4018-b63a-32fb721acdd6 X-Archives-Hash: 20c4b0b1832d539c74430452d69db651 commit: 6f6a7704e7e285fb1aada5d4f195f104fc2ccfde Author: Sam James gentoo org> AuthorDate: Sun Jan 17 03:27:11 2021 +0000 Commit: Sam James gentoo 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 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[@]}" }