summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-29 03:29:24 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-29 03:29:24 +0000
commitbb93af369a622d63cbfd7746f51e014ce4952215 (patch)
tree5958c2b54f9465aa9a6972895b53d9bd2e377f84 /man
parent6a88e04ae474646b9aa366da538d552cda5a8f19 (diff)
downloadportage-bb93af369a622d63cbfd7746f51e014ce4952215.tar.gz
portage-bb93af369a622d63cbfd7746f51e014ce4952215.tar.bz2
portage-bb93af369a622d63cbfd7746f51e014ce4952215.zip
Add a new "ebuild.patches" check for the PATCHES variable that's used by
base_src_unpack() from base.eclass. This generates a warning if the variable is not defined as an array, since this is required for white space safety. Thanks to Betelgeuse for the initial patch. svn path=/main/trunk/; revision=9587
Diffstat (limited to 'man')
-rw-r--r--man/repoman.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 649356ace..b8ab6d9b2 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -219,6 +219,9 @@ Ebuilds that exist but have not been added to cvs
.B ebuild.output
A simple sourcing of the ebuild produces output; this breaks ebuild policy.
.TP
+.B ebuild.patches
+PATCHES variable should be a bash array to ensure white space safety
+.TP
.B ebuild.syntax
Error generating cache entry for ebuild; typically caused by ebuild syntax error
or digest verification failure.