diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-17 00:25:20 +0300 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-06-22 20:23:59 +0200 |
commit | 97aea4d9a36ee06d82e64de9ce415741b41483d8 (patch) | |
tree | 4573f4bc6438e1aff4e239c31f04306c8285b677 /function-reference | |
parent | ebuild-writing/functions/src_prepare: modernize src_prepare() (diff) | |
download | devmanual-97aea4d9a36ee06d82e64de9ce415741b41483d8.tar.gz devmanual-97aea4d9a36ee06d82e64de9ce415741b41483d8.tar.bz2 devmanual-97aea4d9a36ee06d82e64de9ce415741b41483d8.zip |
function-reference/install-functions: add ban notes about libopts and dolib
Diffstat (limited to 'function-reference')
-rw-r--r-- | function-reference/install-functions/text.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index c1392bf..b6bd181 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -89,6 +89,7 @@ the first is the source name, the second the name to use when installing. <tr> <ti> <c>libopts</c> + <b>Note:</b> Banned in EAPI=7 </ti> <ti> Specify arguments passed to <c>install</c> for libraries @@ -207,6 +208,7 @@ the first is the source name, the second the name to use when installing. <tr> <ti> <c>dolib</c> + <b>Note:</b> Banned in EAPI=7 </ti> <ti> Install a library file |