Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: pym/portage/package/ebuild/
Date: Sun, 06 Feb 2011 13:17:09
Message-Id: 394cd4a00d37fd078f8dd40f89f8c810355d7816.tommy@gentoo
1 commit: 394cd4a00d37fd078f8dd40f89f8c810355d7816
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 00:11:20 2011 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 00:11:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=394cd4a0
7
8 emerge: spawn nofetch for --pretend --fetch
9
10 This is part of bug 353334.
11
12 ---
13 pym/portage/package/ebuild/fetch.py | 1 +
14 1 files changed, 1 insertions(+), 0 deletions(-)
15
16 diff --git a/pym/portage/package/ebuild/fetch.py b/pym/portage/package/ebuild/fetch.py
17 index 99e2a86..c33375c 100644
18 --- a/pym/portage/package/ebuild/fetch.py
19 +++ b/pym/portage/package/ebuild/fetch.py
20 @@ -1107,6 +1107,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
21 noiselevel=-1)
22
23 if listonly:
24 + failed_files.add(myfile)
25 continue
26 elif fetchonly:
27 failed_files.add(myfile)