summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-05 02:40:07 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-05 02:40:07 +0000
commita561e55043546f6892daea3203ce04aa0c9bd1a3 (patch)
treec35adacc01bfbf6d23726a1b8ee72238208cf9bc /bin/repoman
parentd9c5fcf270c5b5d4cad36797b92fdfdb791d4124 (diff)
downloadportage-a561e55043546f6892daea3203ce04aa0c9bd1a3.tar.gz
portage-a561e55043546f6892daea3203ce04aa0c9bd1a3.tar.bz2
portage-a561e55043546f6892daea3203ce04aa0c9bd1a3.zip
Update the docs for the "ebuild.syntax" error to
indicate that a digest verification failure can trigger it. (trunk r7905) svn path=/main/branches/2.1.2/; revision=7929
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index eda21b128..029c595c7 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -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",