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: Thu, 05 May 2011 13:48:04
Message-Id: b05abd2f5de54c05c5b9b41976300273cd3e7532.zmedico@gentoo
1 commit: b05abd2f5de54c05c5b9b41976300273cd3e7532
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 06:44:48 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 13:47:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b05abd2f
7
8 repoman: make virtual.oldstyle a warning for now
9
10 This will give third-party repoman users some time to migrate their
11 repos away old-style virtuals.
12
13 ---
14 bin/repoman | 1 +
15 1 files changed, 1 insertions(+), 0 deletions(-)
16
17 diff --git a/bin/repoman b/bin/repoman
18 index ad620e2..dfcc0cb 100755
19 --- a/bin/repoman
20 +++ b/bin/repoman
21 @@ -413,6 +413,7 @@ qawarnings = set((
22 "portage.internal",
23 "usage.obsolete",
24 "upstream.workaround",
25 +"virtual.oldstyle",
26 "LIVEVCS.stable",
27 "LIVEVCS.unmasked",
28 ))