summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-18 03:58:55 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-18 03:58:55 +0000
commit291f5c2ed4b643fd99e18554a4599649ba971b2d (patch)
treed611c13fc4c9e0837c5c6e4098a84ffe28b85c10 /man
parentMake cpv_getkey() use catpkgsplit() insead of a separate regex. (trunk r14628) (diff)
downloadportage-multirepo-291f5c2ed4b643fd99e18554a4599649ba971b2d.tar.gz
portage-multirepo-291f5c2ed4b643fd99e18554a4599649ba971b2d.tar.bz2
portage-multirepo-291f5c2ed4b643fd99e18554a4599649ba971b2d.zip
Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero
revision. Thanks to David Leverton <levertond@googlemail.com> for this patch. (trunk r14629) svn path=/main/branches/2.1.7/; revision=14657
Diffstat (limited to 'man')
-rw-r--r--man/repoman.19
1 files changed, 9 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index e6bae04f..dd903e2b 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -98,6 +98,9 @@ Masked ebuilds with bad DEPEND settings (matched against *all* ebuilds)
.B DEPEND.badmaskedindev
Masked ebuilds with bad DEPEND settings (matched against *all* ebuilds) in developing arch
.TP
+.B DEPEND.badtilde
+DEPEND uses the ~ dep operator with a non-zero revision part, which is useless (the revision is ignored)
+.TP
.B DEPEND.syntax
Syntax error in DEPEND (usually an extra/missing space/parenthesis)
.TP
@@ -165,6 +168,9 @@ Masked ebuilds with PDEPEND settings (matched against *all* ebuilds)
.B PDEPEND.badmaskedindev
Masked ebuilds with PDEPEND settings (matched against *all* ebuilds) in developing arch
.TP
+.B PDEPEND.badtilde
+PDEPEND uses the ~ dep operator with a non-zero revision part, which is useless (the revision is ignored)
+.TP
.B PDEPEND.suspect
PDEPEND contains a package that usually only belongs in DEPEND
.TP
@@ -186,6 +192,9 @@ Masked ebuilds with RDEPEND settings (matched against *all* ebuilds)
.B RDEPEND.badmaskedindev
Masked ebuilds with RDEPEND settings (matched against *all* ebuilds) in developing arch
.TP
+.B RDEPEND.badtilde
+RDEPEND uses the ~ dep operator with a non-zero revision part, which is useless (the revision is ignored)
+.TP
.B RDEPEND.suspect
RDEPEND contains a package that usually only belongs in DEPEND
.TP