diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-01 08:04:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-01 08:04:49 +0000 |
commit | 23dc561005a81584665568b7d50933134fbfc666 (patch) | |
tree | 35df05c1fa247ad8498f374a9e71f46210359b56 | |
parent | d65c4de4d42dda5b5c46ab502fa716c006e7c392 (diff) | |
download | portage-23dc561005a81584665568b7d50933134fbfc666.tar.gz portage-23dc561005a81584665568b7d50933134fbfc666.tar.bz2 portage-23dc561005a81584665568b7d50933134fbfc666.zip |
Saleem Abdulrasool: document IUSE.invalid
svn path=/main/trunk/; revision=2325
-rw-r--r-- | man/repoman.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1 index b603aebf2..dd4155da5 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -106,6 +106,11 @@ An error occured while generating the cache entry. This typically means the ebu .BR ebuild.output A simple sourcing of the ebuild produces output. This breaks ebuild policy. .TP +.BR IUSE.invalid +The ebuild contains a useflag in IUSE that is not in use.desc or +use.local.desc. You should add a description of the USE flag prior to +commiting the ebuild. +.TP .BR KEYWORDS.missing The ebuild does not have a KEYWORDS variable. .TP @@ -122,6 +127,7 @@ Please report bugs via http://bugs.gentoo.org/ .SH AUTHORS .nf Daniel Robbins <drobbins@gentoo.org> +Saleem Abdulrasool <compnerd@gentoo.org> .fi .SH "SEE ALSO" .BR emerge (1) |