commit: b7aff930e229a8dd82229f4495a8caa57625ce51
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 19:06:19 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 19:06:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b7aff930
ebuild-writing/eapi: Update documentation of doheader in EAPI 5.
Do not mention INSOPTIONS; install options should be set with the
insopts function, but never by directly assigning the INSOPTIONS
variable.
Document the -r option.
Bug: 566254
ebuild-writing/eapi/text.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 3acf047..4cf6133 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -806,7 +806,8 @@ RDEPEND="dev-libs/foo:2=
<li>
<p><b>New doheader helper function</b></p>
<p>
- Installs the given header files into <c>/usr/include/</c>, by
default with file mode <c>0644</c>. This can be overridden by setting
<c>INSOPTIONS</c> with the <c>insopts</c> function.
+ Installs the given header files into <c>/usr/include/</c>. If
option
+ <c>-r</c> is specified, descends recursively into any
directories given.
</p>
</li>
<li>