summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-19 03:47:14 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-19 03:47:14 +0000
commit6043e372d9129165dc71785c3b9b54e2a2fe1464 (patch)
treed36d72085f4fa8bb53c79031c5c6e9e3f4848991 /bin
parentAdd support for display of nested sets in --depclean and --prune reverse (diff)
downloadportage-multirepo-6043e372d9129165dc71785c3b9b54e2a2fe1464.tar.gz
portage-multirepo-6043e372d9129165dc71785c3b9b54e2a2fe1464.tar.bz2
portage-multirepo-6043e372d9129165dc71785c3b9b54e2a2fe1464.zip
Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec Warner
<antarus@g.o> for this patch. (trunk r14681) svn path=/main/branches/2.1.7/; revision=14692
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index d6214af2..9b1fd461 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -311,7 +311,7 @@ qahelp={
"variable.readonly":"Assigning a readonly variable",
"LIVEVCS.stable":"This ebuild is a live checkout from a VCS but has stable keywords.",
"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 use.local.desc file",
+ "IUSE.invalid":"This ebuild has a variable in IUSE that is not in the use.desc or its metadata.xml file",
"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",