From: Zac Medico Date: Thu, 5 May 2011 06:44:48 +0000 (-0700) Subject: repoman: make virtual.oldstyle a warning for now X-Git-Tag: v2.2.0_alpha31~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b05abd2f5de54c05c5b9b41976300273cd3e7532;p=portage.git repoman: make virtual.oldstyle a warning for now This will give third-party repoman users some time to migrate their repos away old-style virtuals. --- diff --git a/bin/repoman b/bin/repoman index ad620e2a6..dfcc0cbc5 100755 --- a/bin/repoman +++ b/bin/repoman @@ -413,6 +413,7 @@ qawarnings = set(( "portage.internal", "usage.obsolete", "upstream.workaround", +"virtual.oldstyle", "LIVEVCS.stable", "LIVEVCS.unmasked", ))