Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Sat, 02 Jun 2012 06:19:43
Message-Id: 1338617954.f04e6dbd3d6791f00752518ca59751607f8f36cc.zmedico@gentoo
1 commit: f04e6dbd3d6791f00752518ca59751607f8f36cc
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 06:19:14 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 06:19:14 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f04e6dbd
7
8 repoman: inherit.missing non-fatal (experimental)
9
10 ---
11 bin/repoman | 4 ++++
12 1 files changed, 4 insertions(+), 0 deletions(-)
13
14 diff --git a/bin/repoman b/bin/repoman
15 index 779e651..f62ec0f 100755
16 --- a/bin/repoman
17 +++ b/bin/repoman
18 @@ -437,6 +437,10 @@ qawarnings = set((
19 "LIVEVCS.unmasked",
20 ))
21
22 +if portage.const._ENABLE_INHERIT_CHECK:
23 + # This is experimental, so it's non-fatal.
24 + qawarnings.add("inherit.missing")
25 +
26 non_ascii_re = re.compile(r'[^\x00-\x7f]')
27
28 missingvars = ["KEYWORDS", "LICENSE", "DESCRIPTION", "HOMEPAGE"]