diff options
author | Marius Mauch <genone@gentoo.org> | 2006-02-13 05:26:39 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-02-13 05:26:39 +0000 |
commit | cb71e4a251889434b0aa498a08b986218eac8dbf (patch) | |
tree | 629279362fb1623da0b228ad96b3cf31582df9e7 | |
parent | aa3d48fb902f32680e26dc1907ac67971315cf56 (diff) | |
download | portage-cb71e4a251889434b0aa498a08b986218eac8dbf.tar.gz portage-cb71e4a251889434b0aa498a08b986218eac8dbf.tar.bz2 portage-cb71e4a251889434b0aa498a08b986218eac8dbf.zip |
Make repoman ebuild.invalidname message a bit more useful
svn path=/main/trunk/; revision=2707
-rwxr-xr-x | bin/repoman | 2 | ||||
-rw-r--r-- | man/repoman.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman index eff9134e5..dc7ef0f11 100755 --- a/bin/repoman +++ b/bin/repoman @@ -108,7 +108,7 @@ qahelp={ "digest.disjointed":"Digests not added to cvs when the matching ebuild has been added", "digest.notadded":"Digests that exist but have not been added to cvs", "digest.unmatch":"Digests which are incomplete (please check if your USE/ARCH includes all files)", - "ebuild.invalidname":"Ebuild files with a non-parseable or syntactically incorrect name", + "ebuild.invalidname":"Ebuild files with a non-parseable or syntactically incorrect name (or using 2.1 versioning extensions)", "ebuild.namenomatch":"Ebuild files that do not have the same name as their parent directory", "changelog.missing":"Missing ChangeLog files", "ebuild.disjointed":"Ebuilds not added to cvs when the matching digest has been added", diff --git a/man/repoman.1 b/man/repoman.1 index 79280e2f1..66994edf9 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -190,7 +190,7 @@ This ebuild has a malformed header Ebuilds not added to cvs when the matching digest has been added .TP .B ebuild.invalidname -Ebuild files with a non-parseable or syntactically incorrect name +Ebuild files with a non-parseable or syntactically incorrect name (or using 2.1 versioning extensions) .TP .B ebuild.majorsyn This ebuild has a major syntax error that may cause the ebuild to fail partially or fully |