app-crypt/monkeysphere: [QA] Fix leading whitespace
authorDavid Seifert <soap@gentoo.org>
Sun, 18 Aug 2019 12:00:33 +0000 (14:00 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 18 Aug 2019 12:36:26 +0000 (14:36 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-crypt/monkeysphere/monkeysphere-0.38.ebuild

index 2d718ae60cdceda2f2309b0066e0fd511393718d..a919d40924de134721dd580c4d3f16054f10f851 100644 (file)
@@ -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
 }