aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-17 17:30:20 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-17 17:30:20 +0200
commit5a8e432771b80cbc652ad53321c75606d239cedd (patch)
tree108824570b12c83f1b07eff23e5af49bb0bab035 /ebuild-writing/functions/src_prepare/epatch/text.xml
parentMerge remote-tracking branch 'github/master' (diff)
downloaddevmanual-5a8e432771b80cbc652ad53321c75606d239cedd.tar.gz
devmanual-5a8e432771b80cbc652ad53321c75606d239cedd.tar.bz2
devmanual-5a8e432771b80cbc652ad53321c75606d239cedd.zip
Consistent EAPI declaration
Most of occurrence of the EAPI declarations are without the quotes, so align the rest for more consistency.
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 1322a5e..91d869e 100644
--- a/ebuild-writing/functions/src_prepare/epatch/text.xml
+++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
@@ -8,7 +8,7 @@
The canonical way of applying patches in ebuilds is to
use <c>epatch</c> (from <c>eutils.eclass</c>, which you must make sure
to import!) inside <c>src_prepare</c>. This function automatically
-handles <c>-p</c> levels, <c>gunzip</c> and so on as necessary. Also note that olds ebuild may still use src_unpack to apply patches. This is because those ebuilds are based in EAPI="1". You are advised to use EAPI="2" and apply your patches in src_prepare function instead.
+handles <c>-p</c> levels, <c>gunzip</c> and so on as necessary. Also note that olds ebuild may still use src_unpack to apply patches. This is because those ebuilds are based in EAPI=1. You are advised to use EAPI=2 and apply your patches in src_prepare function instead.
</p>
<p>