From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QHyuS-0001sd-1Z for garchives@archives.gentoo.org; Thu, 05 May 2011 13:48:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3413F1C00F; Thu, 5 May 2011 13:47:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 05B111C00F for ; Thu, 5 May 2011 13:47:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 827A11B4012 for ; Thu, 5 May 2011 13:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B007380505 for ; Thu, 5 May 2011 13:47:54 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b05abd2f5de54c05c5b9b41976300273cd3e7532 Date: Thu, 5 May 2011 13:47:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 699a1be56a669a984f085baf58786d81 commit: b05abd2f5de54c05c5b9b41976300273cd3e7532 Author: Zac Medico gentoo org> AuthorDate: Thu May 5 06:44:48 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu May 5 13:47:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Db05abd2f 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. --- bin/repoman | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/repoman b/bin/repoman index ad620e2..dfcc0cb 100755 --- a/bin/repoman +++ b/bin/repoman @@ -413,6 +413,7 @@ qawarnings =3D set(( "portage.internal", "usage.obsolete", "upstream.workaround", +"virtual.oldstyle", "LIVEVCS.stable", "LIVEVCS.unmasked", ))