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 1RvBPF-0003IV-Hr for garchives@archives.gentoo.org; Wed, 08 Feb 2012 17:34:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 922E7E055B; Wed, 8 Feb 2012 17:34:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 65D66E055B for ; Wed, 8 Feb 2012 17:34:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C75DD1B4035 for ; Wed, 8 Feb 2012 17:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 81B16E5403 for ; Wed, 8 Feb 2012 17:33:59 +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: <3e8e27667bce754914935fe858a9dd3441d44653.zmedico@gentoo> 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: 3e8e27667bce754914935fe858a9dd3441d44653 Date: Wed, 8 Feb 2012 17:33:59 +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: f7961545-9656-4fc1-af8b-adc6cd514bf0 X-Archives-Hash: fc6bff2c60c77899394d5bd92070b3d1 commit: 3e8e27667bce754914935fe858a9dd3441d44653 Author: Zac Medico gentoo org> AuthorDate: Wed Feb 8 16:38:27 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Feb 8 16:38:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D3e8e2766 repoman: make SRC_URI.mirror fatal Thanks to Christian Ruppert gentoo.org> for the suggestion. --- bin/repoman | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index e54967d..c78b42f 100755 --- a/bin/repoman +++ b/bin/repoman @@ -415,7 +415,6 @@ qawarnings =3D set(( "RDEPEND.implicit", "RDEPEND.suspect", "RESTRICT.invalid", -"SRC_URI.mirror", "ebuild.minorsyn", "ebuild.badheader", "ebuild.patches",