summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-29 22:51:42 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-29 22:51:42 +0000
commitcce5f1bc07f75e1582f98d1de3958c6d7fd142c0 (patch)
treec9955555e67bda990947c75f920bcb8ab892cb16 /man
parentFix 'TypeError: not all arguments converted during string formatting' (diff)
downloadportage-multirepo-cce5f1bc07f75e1582f98d1de3958c6d7fd142c0.tar.gz
portage-multirepo-cce5f1bc07f75e1582f98d1de3958c6d7fd142c0.tar.bz2
portage-multirepo-cce5f1bc07f75e1582f98d1de3958c6d7fd142c0.zip
Specify that metadata variable values should only contain ASCII as per GLEP 31.
svn path=/main/trunk/; revision=12367
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.53
1 files changed, 3 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 7e9a477f..0c5a07e2 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -53,6 +53,9 @@ ebuilds (such as the PORTAGE* and PORTDIR* variables)
.br
\- When assigning values to variables in ebuilds, you \fBcannot have a
space\fR between the variable name and the equal sign.
+.br
+\- Variable values should only contain characters that are members of the
+\fBascii\fR(7) character set. This requirement is mandated by \fBGLEP 31\fR.
.TP
.B P
This variable contains the package name without the ebuild revision.