Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_prepare/epatch/
Date: Wed, 24 Oct 2018 14:17:30
Message-Id: 1540390572.4684bc6ef8285f33d1c31e7b631f4fc85519f42c.grknight@gentoo
1 commit: 4684bc6ef8285f33d1c31e7b631f4fc85519f42c
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 24 14:16:12 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 14:16:12 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4684bc6e
7
8 ebuild-writing/epatch: Fix typo
9
10 "olds ebuild" -> "old ebuilds"
11
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 ebuild-writing/functions/src_prepare/epatch/text.xml | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml
18 index a1a2baf..720fd67 100644
19 --- a/ebuild-writing/functions/src_prepare/epatch/text.xml
20 +++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
21 @@ -10,7 +10,7 @@ use <c>epatch</c> (from <c>epatch.eclass</c>, which you must make sure
22 to inherit!) inside <c>src_prepare</c>. This function automatically
23 handles <c>-p</c> levels, <c>gunzip</c> and so on as necessary.
24 <br />
25 -Also note that olds ebuild may still use src_unpack to apply patches.
26 +Also note that old ebuilds may still use src_unpack to apply patches.
27 This is because those ebuilds are based in EAPI=1.
28 You are advised to use the latest and apply your patches in src_prepare function instead.
29 <br />