From 59c460dd367e04cd76eb4dacbca9686e22370d18 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 12 Mar 2021 18:18:30 +0000 Subject: appendices/common-problems: update eapi7-ver reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should refer to them as just built-in helpers now. Note that the linked page references these anyway, so no need to describe them again. Closes: https://github.com/gentoo/devmanual/pull/201 Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- appendices/common-problems/text.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'appendices/common-problems') diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml index b4fd3ea..a2af22a 100644 --- a/appendices/common-problems/text.xml +++ b/appendices/common-problems/text.xml @@ -57,11 +57,10 @@ in use, there are various alternatives:
Usually when any of the above are used in global scope, it is to manipulate - a version or program name string. These should be avoided in favour of - pure bash constructs. The eapi7-ver eclass is often of use here. - See , - man eapi7-ver.eclass and . + a version or program name string. These should be avoided in favour of pure + bash constructs. The built-in helpers of EAPI 7 are useful here. See + + and .
has_version, best_version -- cgit v1.2.3-65-gdbad