Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/
Date: Sat, 02 Jun 2012 05:14:57
Message-Id: 1338614073.54410a15b2c6c01121330361da9583c3902c44a8.zmedico@gentoo
1 commit: 54410a15b2c6c01121330361da9583c3902c44a8
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 05:14:33 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 05:14:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=54410a15
7
8 InheritEclass: kde4-base exemptions
9
10 ---
11 pym/repoman/checks.py | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
15 index 461e216..ab93ac9 100644
16 --- a/pym/repoman/checks.py
17 +++ b/pym/repoman/checks.py
18 @@ -531,7 +531,7 @@ _eclass_info = {
19 'comprehensive': False,
20
21 # These are "eclasses are the whole ebuild" type thing.
22 - 'exempt_eclasses': ('base', 'cmake-utils', 'toolchain', 'toolchain-binutils', 'vim'),
23 + 'exempt_eclasses': ('base', 'cmake-utils', 'kde4-base', 'toolchain', 'toolchain-binutils', 'vim'),
24
25 #'inherited_api': ('multilib', 'user',),
26 },
27 @@ -557,7 +557,7 @@ _eclass_info = {
28 ),
29
30 # These are "eclasses are the whole ebuild" type thing.
31 - 'exempt_eclasses': ('cmake-utils',),
32 + 'exempt_eclasses': ('cmake-utils', 'kde4-base'),
33
34 'comprehensive': False
35 },