From 2e13ec014ffda81d340f3d373e879b9587078b0c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 19 Mar 2013 09:49:22 -0700 Subject: [PATCH] repoman: exempt multilib-minimal for get_libdir This will fix bug #461944. --- pym/repoman/checks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }, -- 2.26.2