From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SbOYv-0005SX-V1 for garchives@archives.gentoo.org; Mon, 04 Jun 2012 04:06:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C840E0653; Mon, 4 Jun 2012 04:06:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B8F6E0653 for ; Mon, 4 Jun 2012 04:06:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 860B01B4031 for ; Mon, 4 Jun 2012 04:06:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4E108E5404 for ; Mon, 4 Jun 2012 04:06:28 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1338782770.cb942014acf8323d55d4e5dad3637cf231645d91.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/checks.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: cb942014acf8323d55d4e5dad3637cf231645d91 X-VCS-Branch: master Date: Mon, 4 Jun 2012 04:06:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cc3cadc9-e254-41f4-8600-600a4e3d03ca X-Archives-Hash: 14499b719a4448b36a640388221d7b6a commit: cb942014acf8323d55d4e5dad3637cf231645d91 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 4 04:06:10 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 4 04:06:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dcb942014 InheritEclass: exempt auto/libtool for multilib --- pym/repoman/checks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 2627f38..65f024c 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -585,7 +585,7 @@ _eclass_info =3D { ), =20 # These are "eclasses are the whole ebuild" type thing. - 'exempt_eclasses': _eclass_export_functions, + 'exempt_eclasses': _eclass_export_functions + ('autotools', 'libtool')= , =20 'comprehensive': False },