diff options
author | Sebastian Luther <SebastianLuther@gmx.de> | 2010-07-26 21:16:58 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-08-04 21:12:50 -0700 |
commit | b583812101f1156c553385effcd9dbee0b751087 (patch) | |
tree | afaba46337df1831c5bbf20dea2243f26b9da482 /bin/repoman | |
parent | Add a sanity check in _preload_portage_submodules() to ensure that the (diff) | |
download | portage-multirepo-b583812101f1156c553385effcd9dbee0b751087.tar.gz portage-multirepo-b583812101f1156c553385effcd9dbee0b751087.tar.bz2 portage-multirepo-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-x | bin/repoman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman index 53b9ad0c..fc184e2f 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", |