summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-18 00:23:05 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-18 00:23:05 +0000
commit4db9b69b55539bea618bf5383a5cd86265323fb7 (patch)
tree26302318d2076a4c2aff6a3d20dce93d64b2d4db /man/repoman.1
parentf16bc02a68287ca5ca67ca542f60e4e2af0c38fb (diff)
downloadportage-4db9b69b55539bea618bf5383a5cd86265323fb7.tar.gz
portage-4db9b69b55539bea618bf5383a5cd86265323fb7.tar.bz2
portage-4db9b69b55539bea618bf5383a5cd86265323fb7.zip
Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero
revision. Thanks to David Leverton <levertond@googlemail.com> for this patch. svn path=/main/trunk/; revision=14629
Diffstat (limited to 'man/repoman.1')
-rw-r--r--man/repoman.19
1 files changed, 9 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index dbb214d31..5fa1bdf8e 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