summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-04-15 15:21:49 -0700
committerZac Medico <zmedico@gentoo.org>2012-04-15 15:23:11 -0700
commitdb49b97f8d9d855482ecdc9a5760d3d620948d1d (patch)
tree6bf297444e0aae65429be4ee7129bc2c964fb7bc /bin
parent4fd43df42a9705bdb7681f4d67fb49b8da24a5d9 (diff)
downloadportage-db49b97f8d9d855482ecdc9a5760d3d620948d1d.tar.gz
portage-db49b97f8d9d855482ecdc9a5760d3d620948d1d.tar.bz2
portage-db49b97f8d9d855482ecdc9a5760d3d620948d1d.zip
repoman: update EAPI.definition check for PMS
The plan is to update PMS section 8.3.1 as discussed here: http://archives.gentoo.org/gentoo-pms/msg_ef7635aa655913f2386e64e385f5a6ae.xml
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 42539241e..651c0bed4 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -326,7 +326,7 @@ qahelp={
"LICENSE.virtual":"Virtuals that have a non-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.definition":"EAPI definition does not conform to PMS section 8.3.1 (first non-comment, non-blank line)",
"EAPI.deprecated":"Ebuilds that use features that are deprecated in the current EAPI",
"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)",