diff options
Diffstat (limited to 'man/repoman.1')
-rw-r--r-- | man/repoman.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1 index 58165bb7..ad4c74cb 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -210,6 +210,10 @@ Masked ebuilds with RDEPEND settings (matched against *all* ebuilds) in developi .B RDEPEND.badtilde RDEPEND uses the ~ dep operator with a non-zero revision part, which is useless (the revision is ignored) .TP +.B RDEPEND.implicit +RDEPEND is unset in the ebuild which triggers implicit RDEPEND=$DEPEND +assignment (prior to EAPI 4) +.TP .B RDEPEND.suspect RDEPEND contains a package that usually only belongs in DEPEND .TP @@ -282,6 +286,9 @@ PATCHES variable should be a bash array to ensure white space safety Error generating cache entry for ebuild; typically caused by ebuild syntax error or digest verification failure. .TP +.B eprefixify.defined +The ebuild uses eprefixify, but does not inherit the prefix eclass +.TP .B file.UTF8 File is not UTF8 compliant .TP |