From f7ec7a4db6543e1fd3a13c341a37ccb667956978 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 8 Aug 2012 18:59:21 -0700 Subject: repoman: remove IUSE.undefined check This was suggested in the "Don't require assignment of empty variables in ebuilds?" thread on the gentoo-dev mailing list: http://thread.gmane.org/gmane.linux.gentoo.devel/78806 --- bin/repoman | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index c5dce0381..b50fac82c 100755 --- a/bin/repoman +++ b/bin/repoman @@ -375,7 +375,6 @@ qahelp={ "LIVEVCS.unmasked":"This ebuild is a live checkout from a VCS but has keywords and is not masked in the global package.mask.", "IUSE.invalid":"This ebuild has a variable in IUSE that is not in the use.desc or its metadata.xml file", "IUSE.missing":"This ebuild has a USE conditional which references a flag that is not listed in IUSE", - "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 (prior to EAPI 4)", @@ -421,7 +420,6 @@ qawarnings = set(( "KEYWORDS.dropped", "KEYWORDS.stupid", "KEYWORDS.missing", -"IUSE.undefined", "PDEPEND.suspect", "RDEPEND.implicit", "RDEPEND.suspect", -- cgit v1.2.3-1-g7c22