commit:     247eac25f939ec546b4e0a152b32e2c1cad31f4c
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 18:05:20 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 18:05:20 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=247eac25

Add note about eapply_user in src_prepare

Thanks to Thomas Schneider <bugs.gentoo.org <AT> qsuscs.de> for this text

Closes: https://bugs.gentoo.org/657322
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 ebuild-writing/functions/src_prepare/text.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ebuild-writing/functions/src_prepare/text.xml 
b/ebuild-writing/functions/src_prepare/text.xml
index 0425bb1..7ab3aa9 100644
--- a/ebuild-writing/functions/src_prepare/text.xml
+++ b/ebuild-writing/functions/src_prepare/text.xml
@@ -53,6 +53,10 @@ src_prepare() {
     eapply_user
 }
 </codesample>
+<note>
+With EAPI=6, you must call <c>eapply_user</c> or <c>default</c> if you define
+<c>src_prepare</c>!
+</note>
 </body>
 </section>
 

Reply via email to