diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-19 00:16:47 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-19 00:16:47 +0000 |
commit | c3932e58235cc38c5dfeb51f58e6342f3b3a7d6e (patch) | |
tree | 8eca9cacdf1a83f81deb1e20e078766c173e51e9 | |
parent | 51d30e0a844f2683994c5f534f7a1e053a8cf374 (diff) | |
download | portage-c3932e58235cc38c5dfeb51f58e6342f3b3a7d6e.tar.gz portage-c3932e58235cc38c5dfeb51f58e6342f3b3a7d6e.tar.bz2 portage-c3932e58235cc38c5dfeb51f58e6342f3b3a7d6e.zip |
Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec Warner
<antarus@g.o> for this patch.
svn path=/main/trunk/; revision=14681
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index bfd136698..c885b3424 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", |