diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-08-04 22:06:59 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-08-04 22:06:59 -0700 |
commit | 3b9488a32d6f170387b6dfbf1985e87db556f998 (patch) | |
tree | 33e18d103b24f342ef74e4b2110992f0b702b117 /bin/repoman | |
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 'bin/repoman')
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index fc184e2f..9f64701b 100755 --- a/bin/repoman +++ b/bin/repoman @@ -328,7 +328,7 @@ qahelp={ "IUSE.undefined":"This ebuild does not define IUSE (style guideline says to define IUSE even when empty)", "LICENSE.invalid":"This ebuild is listing a license that doesnt exist in portages license/ dir.", "KEYWORDS.invalid":"This ebuild contains KEYWORDS that are not listed in profiles/arch.list or for which no valid profile was found", - "RDEPEND.implicit":"RDEPEND is unset in the ebuild which triggers implicit RDEPEND=$DEPEND assignment", + "RDEPEND.implicit":"RDEPEND is unset in the ebuild which triggers implicit RDEPEND=$DEPEND assignment (prior to EAPI 4)", "RDEPEND.suspect":"RDEPEND contains a package that usually only belongs in DEPEND.", "RESTRICT.invalid":"This ebuild contains invalid RESTRICT values.", "digest.assumed":"Existing digest must be assumed correct (Package level only)", |