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.1.9.47~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa46a260f42479f109696d526d7659404b2fa13c;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 96cfdcd63..2b62e8fbf 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", ))