summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-26 21:14:23 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-26 21:14:23 +0000
commit70e7979cea4f88f9ef008dc7dbb37a74a5b77afa (patch)
treeb74663ed3023a2c31c41326c40ff591f12602370 /man/repoman.1
parent2a837288be5ec8f50fb0b9859fcc9f993b709e60 (diff)
downloadportage-70e7979cea4f88f9ef008dc7dbb37a74a5b77afa.tar.gz
portage-70e7979cea4f88f9ef008dc7dbb37a74a5b77afa.tar.bz2
portage-70e7979cea4f88f9ef008dc7dbb37a74a5b77afa.zip
Add a new EAPI.definition check for cases in which EAPI is defined after an
inherit call. Thanks to Markus Meier <maekke@g.o> for the initial patch. svn path=/main/trunk/; revision=13401
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 6389a5fa2..59320ca0b 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -105,6 +105,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.definition
+EAPI is defined after an inherit call (must be defined before)
+.TP
.B EAPI.incompatible
Ebuilds that use features that are only available with a different EAPI
.TP