summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-16 01:59:44 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-16 01:59:44 -0700
commit6d3e7177bf5766500b7a23d7798fe1c5973deab2 (patch)
tree0b1190e39621803a0917634e68283aa0260f060c /doc
parentbaeabac97ac257c0e18d8de91ed552d6536add94 (diff)
downloadportage-6d3e7177bf5766500b7a23d7798fe1c5973deab2.tar.gz
portage-6d3e7177bf5766500b7a23d7798fe1c5973deab2.tar.bz2
portage-6d3e7177bf5766500b7a23d7798fe1c5973deab2.zip
Bug #273651 - Document how helpers die automatically in EAPI 4, and
the nonfatal helper.
Diffstat (limited to 'doc')
-rw-r--r--doc/package/ebuild/eapi/4.docbook8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/package/ebuild/eapi/4.docbook b/doc/package/ebuild/eapi/4.docbook
index 6113a641d..c81581d41 100644
--- a/doc/package/ebuild/eapi/4.docbook
+++ b/doc/package/ebuild/eapi/4.docbook
@@ -8,6 +8,14 @@
The dohard and dosed helpers from previous EAPIs are no longer available.
</para>
</section>
+<section id='package-ebuild-eapi-4_pre1-helpers-die-nonfatal'>
+<title>All helpers die on failure</title>
+<para>
+All helpers now die automatically whenever some sort of error occurs.
+Helper calls may be prefixed with the 'nonfatal' helper in order
+to prevent errors from being fatal.
+</para>
+</section>
<section id='package-ebuild-eapi-4_pre1-helpers-dodoc-r'>
<title>dodoc -r</title>
<para>