commit: d4b42a176a0fce82490f39cd16f0d88164653ff2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 09:27:26 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 09:27:26 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d4b42a17
ebuild-writing/variables: Typo. Fixes: dabb1f76df1fe26cdf1b79d235b4ee3f0a9464cb Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/variables/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index b6c84f7..e50a19e 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -645,7 +645,7 @@ follows. <p> The following variables never end with a trailing slash in EAPI 7: -<c>D</c>, <c>ED</c>, <c>ROOT</c>, <c>EROOT</c>. Conversely, in EAPIS +<c>D</c>, <c>ED</c>, <c>ROOT</c>, <c>EROOT</c>. Conversely, in EAPIs preceeding EAPI 7, these variables are guaranteed to end with a trailing slash. When working with EAPIs prior to EAPI 7, developers are encouraged to use the bash suffix removal for the trailing slash
