aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-07-24 16:14:30 +0200
committerUlrich Müller <ulm@gentoo.org>2024-07-24 16:14:30 +0200
commit1bb6533cefdf26958aa2500f6a31fb5f8a584985 (patch)
tree866ef49a71bb7b643df16ead6d2470f86aa92c11
parentebuild-writing/eapi: Add todo items for EAPIs 5 and 6 (diff)
downloaddevmanual-1bb6533cefdf26958aa2500f6a31fb5f8a584985.tar.gz
devmanual-1bb6533cefdf26958aa2500f6a31fb5f8a584985.tar.bz2
devmanual-1bb6533cefdf26958aa2500f6a31fb5f8a584985.zip
ebuild-writing/common-mistakes: Delete P0 from list of custom variables
As discussed in #gentoo-qa. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/common-mistakes/text.xml2
1 files changed, 1 insertions, 1 deletions
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>