diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-05 20:25:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-07-05 21:59:19 +0200 |
commit | 63daacc6d9af98707c0d5369c6b586fd75f0c87a (patch) | |
tree | 80b4c990d67b5bcaae31d256b7e31cacb6665fb2 | |
parent | function-reference/version-functions: New chapter (diff) | |
download | devmanual-63daacc6d9af98707c0d5369c6b586fd75f0c87a.tar.gz devmanual-63daacc6d9af98707c0d5369c6b586fd75f0c87a.tar.bz2 devmanual-63daacc6d9af98707c0d5369c6b586fd75f0c87a.zip |
ebuild-writing, function-reference: Update eqawarn documentation
No longer mention eutils.eclass for eqawarn.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ebuild-writing/messages/text.xml | 7 | ||||
-rw-r--r-- | function-reference/message-functions/text.xml | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml index fe05e6b..36daa14 100644 --- a/ebuild-writing/messages/text.xml +++ b/ebuild-writing/messages/text.xml @@ -99,9 +99,10 @@ is mainly used for displaying additional error details before bailing out. <body> <p> - The <c>eqawarn</c> function can be used by eclass authors to notify ebuild writers about - deprecated functionality. eqawarn is defined in eutils prior to EAPI=7. Portage doesn't log the qa message - class by default so users don't get annoyed by seeing messages they can't do much about. +The <c>eqawarn</c> function can be used by eclass authors to notify ebuild +writers about deprecated functionality. Portage doesn't log the qa message +class by default so users don't get annoyed by seeing messages they can't do +much about. </p> </body> diff --git a/function-reference/message-functions/text.xml b/function-reference/message-functions/text.xml index cde7eb6..2657dfb 100644 --- a/function-reference/message-functions/text.xml +++ b/function-reference/message-functions/text.xml @@ -79,8 +79,8 @@ displaying informational messages. <c>eqawarn</c> </ti> <ti> - Used by eclass authors to notify ebuild writers that they are using deprecated functionality. - Before EAPI=7, the eutils eclass must be inherited. + Used by eclass authors to notify ebuild writers that they are using + deprecated functionality. </ti> </tr> </table> |