From: Zac Medico Date: Tue, 19 Mar 2013 16:49:22 +0000 (-0700) Subject: repoman: exempt multilib-minimal for get_libdir X-Git-Tag: v2.2.0_alpha167~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e13ec014ffda81d340f3d373e879b9587078b0c;p=portage.git repoman: exempt multilib-minimal for get_libdir This will fix bug #461944. --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 1a53934b0..5146e4deb 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -596,7 +596,8 @@ _eclass_info = { ), # These are "eclasses are the whole ebuild" type thing. - 'exempt_eclasses': _eclass_export_functions + ('autotools', 'libtool'), + 'exempt_eclasses': _eclass_export_functions + ('autotools', 'libtool', + 'multilib-minimal'), 'comprehensive': False },