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 09FFC138335 for ; Mon, 30 Dec 2019 22:55:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C8B3E0D07; Mon, 30 Dec 2019 22:55:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5307AE0D07 for ; Mon, 30 Dec 2019 22:55:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 394E834DD4C for ; Mon, 30 Dec 2019 22:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71C5E7C for ; Mon, 30 Dec 2019 22:55:47 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1577746540.a146f0815d76cbcfecb1ade2d470ad1adcb63ee6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/udk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/udk/udk-2015-r1.ebuild sys-boot/udk/udk-2018.ebuild X-VCS-Directories: sys-boot/udk/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a146f0815d76cbcfecb1ade2d470ad1adcb63ee6 X-VCS-Branch: master Date: Mon, 30 Dec 2019 22:55:47 +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: fe844e7d-8f4d-4963-bfc6-0098bc5e086e X-Archives-Hash: 76e5968bc977b750a726bb8689ad4d31 commit: a146f0815d76cbcfecb1ade2d470ad1adcb63ee6 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Dec 30 22:55:40 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Dec 30 22:55:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a146f081 sys-boot/udk: use ASCII whitespace Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> sys-boot/udk/udk-2015-r1.ebuild | 4 ++-- sys-boot/udk/udk-2018.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-boot/udk/udk-2015-r1.ebuild b/sys-boot/udk/udk-2015-r1.ebuild index fbb8ad18187..ec568865288 100644 --- a/sys-boot/udk/udk-2015-r1.ebuild +++ b/sys-boot/udk/udk-2015-r1.ebuild @@ -162,7 +162,7 @@ src_install() { } ## -# Parameters : +# Parameters: # 1 - Path where to search for source files. # 2 - Path where source files must be copied. copySourceFiles() { @@ -175,7 +175,7 @@ copySourceFiles() { } ## -# Parameters : +# Parameters: # 1 - Path of the file to create. # 2 - Name of the module. # 3 - Path of the generated Makefile. diff --git a/sys-boot/udk/udk-2018.ebuild b/sys-boot/udk/udk-2018.ebuild index d89fdb55e27..66b0fc8e9e9 100644 --- a/sys-boot/udk/udk-2018.ebuild +++ b/sys-boot/udk/udk-2018.ebuild @@ -171,7 +171,7 @@ src_install() { } ## -# Parameters : +# Parameters: # 1 - Path where to search for source files. # 2 - Path where source files must be copied. copySourceFiles() { @@ -184,7 +184,7 @@ copySourceFiles() { } ## -# Parameters : +# Parameters: # 1 - Path of the file to create. # 2 - Name of the module. # 3 - Path of the generated Makefile.