aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-09-17 11:01:50 -0400
committerBrian Evans <grknight@gentoo.org>2018-10-24 08:56:36 -0400
commit2c7b36df8e8f8909c05469c643c357cf2da2b41b (patch)
tree450193025a34ccfc20aa02a5682a57468425acca /ebuild-writing
parentfunction-reference/query-functions: Add EAPI=7 options for {has,best}_version (diff)
downloaddevmanual-2c7b36df8e8f8909c05469c643c357cf2da2b41b.tar.gz
devmanual-2c7b36df8e8f8909c05469c643c357cf2da2b41b.tar.bz2
devmanual-2c7b36df8e8f8909c05469c643c357cf2da2b41b.zip
Update message-functions for EAPI=7
Drop mention of ebeep and epause Promote eqawarn leaving note about pre-EAPI=7 needing eutils Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/messages/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml
index f8b81d6..85afa40 100644
--- a/ebuild-writing/messages/text.xml
+++ b/ebuild-writing/messages/text.xml
@@ -100,7 +100,7 @@ is mainly used for displaying additional error details before bailing out.
<p>
The <c>eqawarn</c> function can be used by eclass authors to notify ebuild writers about
- deprecated functionality. eqawarn is defined in eutils. Portage doesn't log the qa message
+ 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.
</p>