aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-05 20:25:17 +0200
committerUlrich Müller <ulm@gentoo.org>2024-07-05 21:59:19 +0200
commit63daacc6d9af98707c0d5369c6b586fd75f0c87a (patch)
tree80b4c990d67b5bcaae31d256b7e31cacb6665fb2 /ebuild-writing
parentfunction-reference/version-functions: New chapter (diff)
downloaddevmanual-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>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/messages/text.xml7
1 files changed, 4 insertions, 3 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>