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 1SaDqM-0000aW-Ph for garchives@archives.gentoo.org; Thu, 31 May 2012 22:27:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E956E05D7; Thu, 31 May 2012 22:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5A959E05D7 for ; Thu, 31 May 2012 22:27:38 +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 C147E1B4010 for ; Thu, 31 May 2012 22:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8BE46E5428 for ; Thu, 31 May 2012 22:27:36 +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: <1338503243.a54ee82de8bb657017f6bc6407676930396f160f.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: a54ee82de8bb657017f6bc6407676930396f160f X-VCS-Branch: master Date: Thu, 31 May 2012 22:27:36 +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: b7645a9f-1c8c-4f81-a7ef-392648aa0c3a X-Archives-Hash: 4251f4ab1eda5c4a60e162b248015fc8 commit: a54ee82de8bb657017f6bc6407676930396f160f Author: Zac Medico gentoo org> AuthorDate: Thu May 31 22:27:23 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu May 31 22:27:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da54ee82d InheritEclass: exempt vim for eutils --- 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 6dd4977..6573b95 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -529,7 +529,7 @@ _eclass_info =3D { 'comprehensive': False, =20 # These are "eclasses are the whole ebuild" type thing. - 'exempt_eclasses': ('toolchain', 'toolchain-binutils'), + 'exempt_eclasses': ('toolchain', 'toolchain-binutils', 'vim'), =20 #'inherited_api': ('multilib', 'user',), },