diff options
author | 2010-08-04 22:06:59 -0700 | |
---|---|---|
committer | 2010-08-04 22:06:59 -0700 | |
commit | 3b9488a32d6f170387b6dfbf1985e87db556f998 (patch) | |
tree | 33e18d103b24f342ef74e4b2110992f0b702b117 /man | |
parent | repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank... (diff) | |
download | portage-multirepo-3b9488a32d6f170387b6dfbf1985e87db556f998.tar.gz portage-multirepo-3b9488a32d6f170387b6dfbf1985e87db556f998.tar.bz2 portage-multirepo-3b9488a32d6f170387b6dfbf1985e87db556f998.zip |
Bug #285191 - Add back the RDEPEND.implicit warning to detect the cases
where DEPEND is set and RDEPEND is unset in the ebuild, since this
triggers implicit RDEPEND=$DEPEND assignment (prior to EAPI 4) and is
forbidden by the QA team.
Diffstat (limited to 'man')
-rw-r--r-- | man/repoman.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1 index ce9d0ba5..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 |