From 4db9b69b55539bea618bf5383a5cd86265323fb7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 18 Oct 2009 00:23:05 +0000 Subject: Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero revision. Thanks to David Leverton for this patch. svn path=/main/trunk/; revision=14629 --- man/repoman.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'man/repoman.1') 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 -- cgit v1.2.3-1-g7c22