From 2acca867498d5f260c41f531a029ec4cb31b7435 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 18 Jan 2009 23:15:47 +0000 Subject: Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPEND is set and RDEPEND is unset in the ebuild, since this triggers implicit RDEPEND=$DEPEND assignment. svn path=/main/trunk/; revision=12529 --- bin/repoman | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 05d6d99c2..0a8166c65 100755 --- a/bin/repoman +++ b/bin/repoman @@ -305,6 +305,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.suspect":"RDEPEND contains a package that usually only belongs in DEPEND.", "RESTRICT.invalid":"This ebuild contains invalid RESTRICT values.", "digestentry.unused":"Some files listed in the Manifest aren't referenced in SRC_URI", @@ -343,6 +344,7 @@ qawarnings = set(( "KEYWORDS.stupid", "KEYWORDS.missing", "IUSE.undefined", +"RDEPEND.implicit", "RDEPEND.suspect", "RESTRICT.invalid", "SRC_URI.mirror", -- cgit v1.2.3-1-g7c22