summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-07-26 21:16:58 +0200
committerZac Medico <zmedico@gentoo.org>2010-08-04 21:12:50 -0700
commitb583812101f1156c553385effcd9dbee0b751087 (patch)
treeafaba46337df1831c5bbf20dea2243f26b9da482 /bin/repoman
parent23ee701db27b21ff7c21df88430137c68ea38fa4 (diff)
downloadportage-b583812101f1156c553385effcd9dbee0b751087.tar.gz
portage-b583812101f1156c553385effcd9dbee0b751087.tar.bz2
portage-b583812101f1156c553385effcd9dbee0b751087.zip
repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thanks to Jeremy Olexa (darkside) for the initial patch.
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 53b9ad0cd..fc184e2f1 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -339,6 +339,7 @@ qahelp={
"ebuild.majorsyn":"This ebuild has a major syntax error that may cause the ebuild to fail partially or fully",
"ebuild.minorsyn":"This ebuild has a minor syntax error that contravenes gentoo coding style",
"ebuild.badheader":"This ebuild has a malformed header",
+ "eprefixify.defined":"The ebuild uses eprefixify, but does not inherit the prefix eclass",
"manifest.bad":"Manifest has missing or incorrect digests",
"metadata.missing":"Missing metadata.xml files",
"metadata.bad":"Bad metadata.xml files",