diff options
-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 |