From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8FFF91381F3 for ; Mon, 24 Jun 2013 19:25:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5799FE095D; Mon, 24 Jun 2013 19:25:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4D85E095D for ; Mon, 24 Jun 2013 19:25:00 +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 C485033E349 for ; Mon, 24 Jun 2013 19:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 697CEE468F for ; Mon, 24 Jun 2013 19:24:58 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1372101879.500f8f02ab0b35df11ac55f885832be8646cd72a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/repository/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/repository/config.py X-VCS-Directories: pym/portage/repository/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 500f8f02ab0b35df11ac55f885832be8646cd72a X-VCS-Branch: master Date: Mon, 24 Jun 2013 19:24:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f438a2f7-d351-4d91-a54e-5c7391aaef46 X-Archives-Hash: f698b35c4763eaeb32d2378ebcdf7a3c commit: 500f8f02ab0b35df11ac55f885832be8646cd72a Author: Zac Medico gentoo org> AuthorDate: Mon Jun 24 19:24:39 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 24 19:24:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=500f8f02 RepoConfigLoader: fix bug #474578 --- pym/portage/repository/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index 5ec8304..076dcea 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -570,7 +570,8 @@ class RepoConfigLoader(object): for repo_name, repo in list(prepos.items()): if repo.location is None: if repo_name != 'DEFAULT': - if paths: + # Skip this warning for repoman (bug #474578). + if settings.local_config and paths: writemsg_level(_("Location undefined for " \ "repository '%s' referenced in '%s'\n") % \ (repo.name, paths[0]),