From cb942014acf8323d55d4e5dad3637cf231645d91 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 3 Jun 2012 21:06:10 -0700 Subject: InheritEclass: exempt auto/libtool for multilib --- pym/repoman/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/repoman') 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 }, -- cgit v1.2.3-1-g7c22