summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-24 13:26:24 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-24 13:26:24 -0700
commit774778214c28dff5a845714d32712bf86cd29a63 (patch)
tree54529c4ab112bb77fab337ef3617934e0f78443a /man
parent814e82f24afc221eee72f2b53a3fb7587605cbf9 (diff)
downloadportage-774778214c28dff5a845714d32712bf86cd29a63.tar.gz
portage-774778214c28dff5a845714d32712bf86cd29a63.tar.bz2
portage-774778214c28dff5a845714d32712bf86cd29a63.zip
repoman: support HDEPEND for EAPI 5-hdepend
Diffstat (limited to 'man')
-rw-r--r--man/repoman.118
1 files changed, 18 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 0ea835a93..530927d1b 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -158,6 +158,24 @@ Ebuilds that use features that are only available with a different EAPI
.B EAPI.unsupported
Ebuilds that have an unsupported EAPI version (you must upgrade portage)
.TP
+.B HDEPEND.bad
+User-visible ebuilds with bad HDEPEND settings (matched against *visible* ebuilds)
+.TP
+.B HDEPEND.badindev
+User-visible ebuilds with bad HDEPEND settings (matched against *visible* ebuilds) in developing arch
+.TP
+.B HDEPEND.badmasked
+Masked ebuilds with bad HDEPEND settings (matched against *all* ebuilds)
+.TP
+.B HDEPEND.badmaskedindev
+Masked ebuilds with bad HDEPEND settings (matched against *all* ebuilds) in developing arch
+.TP
+.B HDEPEND.badtilde
+HDEPEND uses the ~ dep operator with a non-zero revision part, which is useless (the revision is ignored)
+.TP
+.B HDEPEND.syntax
+Syntax error in HDEPEND (usually an extra/missing space/parenthesis)
+.TP
.B HOMEPAGE.missing
Ebuilds that have a missing or empty HOMEPAGE variable
.TP