aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-10-24 10:16:12 -0400
committerBrian Evans <grknight@gentoo.org>2018-10-24 10:16:12 -0400
commit4684bc6ef8285f33d1c31e7b631f4fc85519f42c (patch)
tree53fd235b67e0a08457000543e83546292df844a0 /ebuild-writing/functions/src_prepare/epatch/text.xml
parentFix XML syntax in epatch document (diff)
downloaddevmanual-4684bc6ef8285f33d1c31e7b631f4fc85519f42c.tar.gz
devmanual-4684bc6ef8285f33d1c31e7b631f4fc85519f42c.tar.bz2
devmanual-4684bc6ef8285f33d1c31e7b631f4fc85519f42c.zip
ebuild-writing/epatch: Fix typo
"olds ebuild" -> "old ebuilds" Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'ebuild-writing/functions/src_prepare/epatch/text.xml')
-rw-r--r--ebuild-writing/functions/src_prepare/epatch/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml
index a1a2baf..720fd67 100644
--- a/ebuild-writing/functions/src_prepare/epatch/text.xml
+++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
@@ -10,7 +10,7 @@ use <c>epatch</c> (from <c>epatch.eclass</c>, which you must make sure
to inherit!) inside <c>src_prepare</c>. This function automatically
handles <c>-p</c> levels, <c>gunzip</c> and so on as necessary.
<br />
-Also note that olds ebuild may still use src_unpack to apply patches.
+Also note that old ebuilds may still use src_unpack to apply patches.
This is because those ebuilds are based in EAPI=1.
You are advised to use the latest and apply your patches in src_prepare function instead.
<br />