summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-29 07:03:05 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-29 07:03:05 +0000
commit48ad3b8bfa45e4bf2e41ce01573abc478c3ef4c9 (patch)
tree66d6561f77f858d27b82a505f315af5c2170b260 /man
parentb302cabb03080b58336e627a6fa037a0ef1618a2 (diff)
downloadportage-48ad3b8bfa45e4bf2e41ce01573abc478c3ef4c9.tar.gz
portage-48ad3b8bfa45e4bf2e41ce01573abc478c3ef4c9.tar.bz2
portage-48ad3b8bfa45e4bf2e41ce01573abc478c3ef4c9.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. (trunk r9587) svn path=/main/branches/2.1.2/; revision=9599
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 552640df4..a34af6986 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -237,6 +237,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.