aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-12-07 23:06:17 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2016-12-07 23:06:17 -0500
commitf8ed217cfb3aa502048bd73cec53578b679a0039 (patch)
tree94e21083bde5d6b530212da33973b5da0cfc7d80
parentebuild-writing/variable: document HTML_DOCS #591476 (diff)
downloaddevmanual-f8ed217cfb3aa502048bd73cec53578b679a0039.tar.gz
devmanual-f8ed217cfb3aa502048bd73cec53578b679a0039.tar.bz2
devmanual-f8ed217cfb3aa502048bd73cec53578b679a0039.zip
ebuild-writing/eapi: mention that dohtml has been deprecated in EAPI 6
-rw-r--r--ebuild-writing/eapi/text.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 6218eab..59e0bf3 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -940,6 +940,12 @@ src_install() {
</p>
</li>
<li>
+ <p><b><c>dohtml</c> deprecated</b></p>
+ <p>
+ The <c>dohtml</c> helper has been deprecated with <c>EAPI=6</c>.
+ </p>
+ </li>
+ <li>
<p><b><c>nonfatal die</c></b></p>
<p>
When <c>die</c> or <c>assert</c> are called under the <c>nonfatal</c> command and with the <c>-n</c> option, they will not abort the build process but return with an error.