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: Wed, 08 Feb 2012 17:34:09
Message-Id: 3e8e27667bce754914935fe858a9dd3441d44653.zmedico@gentoo
1 commit: 3e8e27667bce754914935fe858a9dd3441d44653
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 16:38:27 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 16:38:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3e8e2766
7
8 repoman: make SRC_URI.mirror fatal
9
10 Thanks to Christian Ruppert <idl0r <AT> gentoo.org> for the suggestion.
11
12 ---
13 bin/repoman | 1 -
14 1 files changed, 0 insertions(+), 1 deletions(-)
15
16 diff --git a/bin/repoman b/bin/repoman
17 index e54967d..c78b42f 100755
18 --- a/bin/repoman
19 +++ b/bin/repoman
20 @@ -415,7 +415,6 @@ qawarnings = set((
21 "RDEPEND.implicit",
22 "RDEPEND.suspect",
23 "RESTRICT.invalid",
24 -"SRC_URI.mirror",
25 "ebuild.minorsyn",
26 "ebuild.badheader",
27 "ebuild.patches",