summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-04 06:35:05 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-04 06:35:05 +0000
commit2d0a0f6b0c7cf9ef01518c8596e58daefbb61a87 (patch)
treea9aee0d3eee0b0362655aa25a4d11e655ff7bb9f /man/repoman.1
parent168a5e7c2bd613242615e864d4e5f9dbcc409e32 (diff)
downloadportage-2d0a0f6b0c7cf9ef01518c8596e58daefbb61a87.tar.gz
portage-2d0a0f6b0c7cf9ef01518c8596e58daefbb61a87.tar.bz2
portage-2d0a0f6b0c7cf9ef01518c8596e58daefbb61a87.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. svn path=/main/trunk/; revision=7914
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