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:14:46
Message-Id: 1540390446.9598695d8c75f47e8f11adb8c468e48a57af4c10.grknight@gentoo
1 commit: 9598695d8c75f47e8f11adb8c468e48a57af4c10
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 24 14:14:06 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 14:14:06 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9598695d
7
8 Fix XML syntax in epatch document
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 ebuild-writing/functions/src_prepare/epatch/text.xml | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml
16 index 7f80b93..a1a2baf 100644
17 --- a/ebuild-writing/functions/src_prepare/epatch/text.xml
18 +++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
19 @@ -9,11 +9,11 @@ The canonical way of applying patches in ebuilds is to
20 use <c>epatch</c> (from <c>epatch.eclass</c>, which you must make sure
21 to inherit!) inside <c>src_prepare</c>. This function automatically
22 handles <c>-p</c> levels, <c>gunzip</c> and so on as necessary.
23 -<br>
24 +<br />
25 Also note that olds ebuild may still use src_unpack to apply patches.
26 This is because those ebuilds are based in EAPI=1.
27 You are advised to use the latest and apply your patches in src_prepare function instead.
28 -<br>
29 +<br />
30 Starting with EAPI=7, this function is banned and eapply must be used.
31 </p>