aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-08-08 18:59:21 -0700
committerZac Medico <zmedico@gentoo.org>2012-08-08 18:59:21 -0700
commitf7ec7a4db6543e1fd3a13c341a37ccb667956978 (patch)
tree4f7bb1df030e5ce22c539ed59ed88dfa3b1fb6a8 /bin
parentbintree.inject(): write Packages.gz atomically (diff)
downloadportage-f7ec7a4db6543e1fd3a13c341a37ccb667956978.tar.gz
portage-f7ec7a4db6543e1fd3a13c341a37ccb667956978.tar.bz2
portage-f7ec7a4db6543e1fd3a13c341a37ccb667956978.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 0 insertions, 2 deletions
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",