commit:     1bb6533cefdf26958aa2500f6a31fb5f8a584985
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 14:14:30 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 14:14:30 2024 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1bb6533c

ebuild-writing/common-mistakes: Delete P0 from list of custom variables

As discussed in #gentoo-qa.

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

 ebuild-writing/common-mistakes/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 134990c..e39e2e6 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -244,7 +244,7 @@ The first two lines <e>must</e> look like this:
 
 <p>
 You should never redefine those variables. Always use MY_P, MY_PN, MY_PV,
-P0, etc. See other ebuilds that do it in Portage for more information. Most
+etc. See other ebuilds that do it in Portage for more information. Most
 ebuilds use bash "Parameter Expansion". Please read the man page for bash to
 understand how "Parameter Expansion" works.
 </p>

Reply via email to