From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1106459-garchives=archives.gentoo.org@lists.gentoo.org>
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 29351138335
	for <garchives@archives.gentoo.org>; Sun, 18 Aug 2019 12:37:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 44D7BE0AD4;
	Sun, 18 Aug 2019 12:37:28 +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 28C3FE0AD3
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 12:37:28 +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 2784A349DBD
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 12:37:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AA32F751
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 12:37:25 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1566131786.4213e6c76f7cb2933d24347880b58ce7daafdb8a.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysphere/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-crypt/monkeysphere/monkeysphere-0.38.ebuild
X-VCS-Directories: app-crypt/monkeysphere/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 4213e6c76f7cb2933d24347880b58ce7daafdb8a
X-VCS-Branch: master
Date: Sun, 18 Aug 2019 12:37:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 31d27aad-5ee1-4e29-a1cd-d9a5b6941970
X-Archives-Hash: 33f4bb9b515c6f9a28131ef713dd8cb4

commit:     4213e6c76f7cb2933d24347880b58ce7daafdb8a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 12:00:33 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 12:36:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4213e6c7

app-crypt/monkeysphere: [QA] Fix leading whitespace

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-crypt/monkeysphere/monkeysphere-0.38.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-crypt/monkeysphere/monkeysphere-0.38.ebuild b/app-crypt/monkeysphere/monkeysphere-0.38.ebuild
index 2d718ae60cd..a919d40924d 100644
--- a/app-crypt/monkeysphere/monkeysphere-0.38.ebuild
+++ b/app-crypt/monkeysphere/monkeysphere-0.38.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -39,11 +39,12 @@ pkg_setup()
 
 src_prepare()
 {
-	epatch "${FILESDIR}/${P}-asprintf.patch" \
-           "${FILESDIR}/${P}-revert-executable-patch.patch"\
-           "${FILESDIR}/${P}-syssharedir-whitespace.patch"\
-		   "${FILESDIR}/${PN}-0.37_default_shell.patch"\
-	       "${FILESDIR}/${PN}-0.37_hd_od.patch"
+	epatch \
+		"${FILESDIR}/${P}-asprintf.patch" \
+		"${FILESDIR}/${P}-revert-executable-patch.patch" \
+		"${FILESDIR}/${P}-syssharedir-whitespace.patch" \
+		"${FILESDIR}/${PN}-0.37_default_shell.patch" \
+		"${FILESDIR}/${PN}-0.37_hd_od.patch"
 
 	sed -i "s#share/doc/monkeysphere#share/doc/${PF}#" Makefile || die
 }