Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_prepare/epatch/
Date: Fri, 26 Feb 2021 22:14:56
Message-Id: 1614377642.30ea65fbd411deeb9ad8b784cb9cb6425bfe4739.ulm@gentoo
1 commit: 30ea65fbd411deeb9ad8b784cb9cb6425bfe4739
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 18:07:44 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 22:14:02 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=30ea65fb
7
8 ebuild-writing/functions/src_prepare/epatch: fix whitespace
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/functions/src_prepare/epatch/text.xml | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml
17 index d1def03..4b0c427 100644
18 --- a/ebuild-writing/functions/src_prepare/epatch/text.xml
19 +++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
20 @@ -97,7 +97,7 @@ your devspace</uri> rather than
21 <uri link="::ebuild-writing/variables#Predefined Read-Only Variables">
22 ${FILESDIR}</uri> is more appropriate. In these situations, it is
23 usually best to compress the patch in question with <c>xz</c> or
24 -<c>bzip2</c>(as opposed to <c>${FILESDIR}</c> patches, which must not
25 +<c>bzip2</c> (as opposed to <c>${FILESDIR}</c> patches, which must not
26 be compressed). For example, from <c>app-admin/showconsole</c>:
27 </p>