commit:     63daacc6d9af98707c0d5369c6b586fd75f0c87a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 18:25:17 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 19:59:19 2024 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=63daacc6

ebuild-writing, function-reference: Update eqawarn documentation

No longer mention eutils.eclass for eqawarn.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/messages/text.xml              | 7 ++++---
 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>

Reply via email to