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 1Sagfx-0000vj-3n for garchives@archives.gentoo.org; Sat, 02 Jun 2012 05:14:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFEC6E06BE; Sat, 2 Jun 2012 05:14:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7BFF5E06BE for ; Sat, 2 Jun 2012 05:14:49 +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 ADA2D1B4011 for ; Sat, 2 Jun 2012 05:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 71986E5428 for ; Sat, 2 Jun 2012 05:14:47 +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: <1338614073.54410a15b2c6c01121330361da9583c3902c44a8.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: 54410a15b2c6c01121330361da9583c3902c44a8 X-VCS-Branch: master Date: Sat, 2 Jun 2012 05:14:47 +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: 6ed783e8-ace5-4d90-9192-fa5a10075a61 X-Archives-Hash: c9e9439c8e3ea40bcdea6e03f4633af0 commit: 54410a15b2c6c01121330361da9583c3902c44a8 Author: Zac Medico gentoo org> AuthorDate: Sat Jun 2 05:14:33 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jun 2 05:14:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D54410a15 InheritEclass: kde4-base exemptions --- pym/repoman/checks.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 461e216..ab93ac9 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -531,7 +531,7 @@ _eclass_info =3D { 'comprehensive': False, =20 # These are "eclasses are the whole ebuild" type thing. - 'exempt_eclasses': ('base', 'cmake-utils', 'toolchain', 'toolchain-bin= utils', 'vim'), + 'exempt_eclasses': ('base', 'cmake-utils', 'kde4-base', 'toolchain', '= toolchain-binutils', 'vim'), =20 #'inherited_api': ('multilib', 'user',), }, @@ -557,7 +557,7 @@ _eclass_info =3D { ), =20 # These are "eclasses are the whole ebuild" type thing. - 'exempt_eclasses': ('cmake-utils',), + 'exempt_eclasses': ('cmake-utils', 'kde4-base'), =20 'comprehensive': False },