summaryrefslogtreecommitdiffstats
path: root/bin/repoman
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 /bin/repoman
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 'bin/repoman')
-rwxr-xr-xbin/repoman1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 95a05119a..639213235 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -266,6 +266,7 @@ qahelp={
"LICENSE.missing":"Ebuilds that have a missing or empty LICENSE variable",
"DESCRIPTION.missing":"Ebuilds that have a missing or empty DESCRIPTION variable",
"DESCRIPTION.toolong":"DESCRIPTION is over %d characters" % max_desc_len,
+ "EAPI.definition":"EAPI is defined after an inherit call (must be defined before)",
"EAPI.incompatible":"Ebuilds that use features that are only available with a different EAPI",
"EAPI.unsupported":"Ebuilds that have an unsupported EAPI version (you must upgrade portage)",
"SLOT.missing":"Ebuilds that have a missing or empty SLOT variable",