From b673d66a1c70412bbc0c53727e323d06ee55d121 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 13 Oct 2008 00:21:01 +0000 Subject: Don't return from fetch() due to fetch restriction when in "listonly" mode. svn path=/main/trunk/; revision=11687 --- pym/portage/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index b44f8fa86..2471ab351 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -4095,6 +4095,8 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", mysettings.pop("EBUILD_PHASE", None) else: mysettings["EBUILD_PHASE"] = ebuild_phase + if listonly: + continue elif listonly: continue elif not filedict[myfile]: -- cgit v1.2.3-1-g7c22