commit: 427c85aeee6f8766b88e1f94a564032d050dd5a7
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 02:52:25 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 03:04:16 2019 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=427c85ae
quickstart/text.xml: call default in src_prepare()
It seems when converting epatch to eapply, the information about a
call eapply_user being mandatory was missed.
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
quickstart/text.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/quickstart/text.xml b/quickstart/text.xml
index 46435fc..24903ec 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -283,6 +283,7 @@ DEPEND="${RDEPEND}
src_prepare() {
eapply "${FILESDIR}"/${P}-destdir.patch \
"${FILESDIR}"/${P}-parallel_build.patch
+ eapply_user
}
src_configure() {
@@ -299,6 +300,11 @@ mirrors <d/> see <uri
link="::general-concepts/mirrors#Gentoo Mirrors"/> and <ur
link="::ebuild-writing/functions/src_prepare/epatch/"/>.
</p>
+<p>
+When the <c>src_prepare</c> phase is overridden, it must be ensured
+that <c>eapply_user</c> is called.
+</p>
+
</body>
</section>
@@ -383,6 +389,7 @@ DEPEND="${RDEPEND}
src_prepare() {
eapply "${FILESDIR}"/${PN}-namespace.diff \
"${FILESDIR}"/${PN}-procmime.diff
+ eapply_user
}
src_configure() {