From: Zac Medico Date: Mon, 4 Jun 2012 04:06:10 +0000 (-0700) Subject: InheritEclass: exempt auto/libtool for multilib X-Git-Tag: v2.2.0_alpha110~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb942014acf8323d55d4e5dad3637cf231645d91;p=portage.git InheritEclass: exempt auto/libtool for multilib --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 2627f38ed..65f024ce4 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -585,7 +585,7 @@ _eclass_info = { ), # These are "eclasses are the whole ebuild" type thing. - 'exempt_eclasses': _eclass_export_functions, + 'exempt_eclasses': _eclass_export_functions + ('autotools', 'libtool'), 'comprehensive': False },