From: Zac Medico Date: Mon, 4 Jun 2012 03:25:10 +0000 (-0700) Subject: InheritEclass: exempt autotools for libtool X-Git-Tag: v2.2.0_alpha110~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7372606cb28005eec386f02fa831bdfbb45de867;p=portage.git InheritEclass: exempt autotools for libtool --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 15c5f3512..2627f38ed 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -575,7 +575,8 @@ _eclass_info = { 'funcs': ( 'elibtoolize', ), - 'comprehensive': True + 'comprehensive': True, + 'exempt_eclasses': ('autotools',) }, 'multilib': {