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 1SbNvF-0008AF-AW for garchives@archives.gentoo.org; Mon, 04 Jun 2012 03:25:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 522BBE0828; Mon, 4 Jun 2012 03:25:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 96F9CE0828 for ; Mon, 4 Jun 2012 03:25:27 +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 08AA01B4024 for ; Mon, 4 Jun 2012 03:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C9324E5404 for ; Mon, 4 Jun 2012 03:25:24 +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: <1338780310.7372606cb28005eec386f02fa831bdfbb45de867.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: 7372606cb28005eec386f02fa831bdfbb45de867 X-VCS-Branch: master Date: Mon, 4 Jun 2012 03:25:24 +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: 7ea8d665-fe8e-4a37-8f80-6b6bbbb8e655 X-Archives-Hash: 72d56bc20e7d7babc8b31e6322e11b6e commit: 7372606cb28005eec386f02fa831bdfbb45de867 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 4 03:25:10 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 4 03:25:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D7372606c InheritEclass: exempt autotools for libtool --- pym/repoman/checks.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 15c5f35..2627f38 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -575,7 +575,8 @@ _eclass_info =3D { 'funcs': ( 'elibtoolize', ), - 'comprehensive': True + 'comprehensive': True, + 'exempt_eclasses': ('autotools',) }, =20 'multilib': {