summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-07 22:18:17 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-07 22:18:17 +0000
commit46d1dd0119ccab4bfc2a4ebb562592e5bb7c36a7 (patch)
treed78f546240db8e695218567e4781de4f0702fa8e /man/repoman.1
parentAs suggested by Flameeyes, add a new 'inherit.autotools' check which warns (diff)
downloadportage-multirepo-46d1dd0119ccab4bfc2a4ebb562592e5bb7c36a7.tar.gz
portage-multirepo-46d1dd0119ccab4bfc2a4ebb562592e5bb7c36a7.tar.bz2
portage-multirepo-46d1dd0119ccab4bfc2a4ebb562592e5bb7c36a7.zip
Bug #224271 - New check 'IUSE.undefined', renamed from generic
'ebuild.minorsyn'. svn path=/main/trunk/; revision=10593
Diffstat (limited to 'man/repoman.1')
-rw-r--r--man/repoman.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index eddba391..7f03365c 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -114,6 +114,9 @@ Ebuilds that have a missing or empty HOMEPAGE variable
.B IUSE.invalid
This build has a variable in IUSE that is not in the use.desc or use.local.desc file
.TP
+.B IUSE.undefined
+This ebuild does not define IUSE (style guideline says to define IUSE even when empty)
+.TP
.B KEYWORDS.dropped
Ebuilds that appear to have dropped KEYWORDS for some arch
.TP