summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-05 03:12:39 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-05 03:12:39 +0000
commit33c92004bf8fd3e8c8b035715532d04192170012 (patch)
tree91252fbbee593112c5778bfb0e63518ea3f507c9 /man/repoman.1
parent315f0b1d3edd8713f771e068b4578c313058e807 (diff)
downloadportage-33c92004bf8fd3e8c8b035715532d04192170012.tar.gz
portage-33c92004bf8fd3e8c8b035715532d04192170012.tar.bz2
portage-33c92004bf8fd3e8c8b035715532d04192170012.zip
Make repoman bail out if it is unable to properly
access ebuild metadata for some reason. In this case it's impossible to generate a Manifest and therefore the --force option has to be disabled. (trunk r7914) svn path=/main/branches/2.1.2/; revision=7936
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 edbc7afd0..81d9e6a08 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -93,6 +93,9 @@ Syntax error in DEPEND (usually an extra/missing space/parenthesis)
.B DESCRIPTION.missing
Ebuilds that have a missing or empty DESCRIPTION variable
.TP
+.B EAPI.unsupported
+Ebuilds that have an unsupported EAPI version (you must upgrade portage)
+.TP
.B HOMEPAGE.missing
Ebuilds that have a missing or empty HOMEPAGE variable
.TP