diff options
-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) |