summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-03 07:50:57 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-03 07:50:57 +0000
commit6ff42a6e99c0d13361eacc4c6b7d03a465767bc4 (patch)
tree82f96b940f4a7123402a0c5e5672e2b15e3909e1 /man
parent4f6e99bee83928a1888284a8a8ec0295feffc6f5 (diff)
downloadportage-6ff42a6e99c0d13361eacc4c6b7d03a465767bc4.tar.gz
portage-6ff42a6e99c0d13361eacc4c6b7d03a465767bc4.tar.bz2
portage-6ff42a6e99c0d13361eacc4c6b7d03a465767bc4.zip
Eliminate confusing false positive error messages
for SRC_URI.syntax and digestentry.unused that are reported when the SRC_URI for one or more ebuilds can't be parsed for some reason. There's no point in producing a false error here since the root cause will produce a valid error elsewhere, such as "SRC_URI.syntax" or "ebuild.sytax". Also, update the docs for the "ebuild.syntax" error to indicate that a digest verification failure can trigger it. svn path=/main/trunk/; revision=7905
Diffstat (limited to 'man')
-rw-r--r--man/repoman.11
1 files changed, 1 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 7b97a0abc..edbc7afd0 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -221,6 +221,7 @@ A simple sourcing of the ebuild produces output; this breaks ebuild policy.
.TP
.B ebuild.syntax
Error generating cache entry for ebuild; typically caused by ebuild syntax error
+or digest verification failure.
.TP
.B file.UTF8
File is not UTF8 compliant