Update the docs for the "ebuild.syntax" error to
authorZac Medico <zmedico@gentoo.org>
Fri, 5 Oct 2007 02:40:07 +0000 (02:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 5 Oct 2007 02:40:07 +0000 (02:40 -0000)
indicate that a digest verification failure can
trigger it. (trunk r7905)

svn path=/main/branches/2.1.2/; revision=7929

bin/repoman
man/repoman.1

index eda21b1287ec495627c2736e31e4bf773a371351..029c595c7028eec7c495632ac2c44a44126856d8 100755 (executable)
@@ -174,7 +174,7 @@ qahelp={
        "PROVIDE.syntax":"Syntax error in PROVIDE (usually an extra/missing space/parenthesis)",
        "RESTRICT.syntax":"Syntax error in RESTRICT (usually an extra/missing space/parenthesis)",
        "SRC_URI.syntax":"Syntax error in SRC_URI (usually an extra/missing space/parenthesis)",
-       "ebuild.syntax":"Error generating cache entry for ebuild; typically caused by ebuild syntax error",
+       "ebuild.syntax":"Error generating cache entry for ebuild; typically caused by ebuild syntax error or digest verification failure",
        "ebuild.output":"A simple sourcing of the ebuild produces output; this breaks ebuild policy.",
        "ebuild.nesteddie":"Placing 'die' inside ( ) prints an error, but doesn't stop the ebuild.",
        "variable.readonly":"Assigning a readonly variable",
index 7b97a0abcb7fcc35a53f0abd1363af552ebdb76c..edbc7afd038b859536c6c5c0a8d97057144a491c 100644 (file)
@@ -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