Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/porthole/files: porthole-0.6.0_rc3-oneshot-fix.patch
Date: Tue, 27 May 2008 19:09:08
Message-Id: E1K14Xf-0001Oq-Cz@stork.gentoo.org
1 fuzzyray 08/05/27 19:09:03
2
3 Added: porthole-0.6.0_rc3-oneshot-fix.patch
4 Log:
5 Version bump. This version contains support for profuse and etc-proposals via plugins and contins minor bug fixes.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.1 app-portage/porthole/files/porthole-0.6.0_rc3-oneshot-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porthole/files/porthole-0.6.0_rc3-oneshot-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/porthole/files/porthole-0.6.0_rc3-oneshot-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: porthole-0.6.0_rc3-oneshot-fix.patch
15 ===================================================================
16 Index: porthole/mainwindow.py
17 ===================================================================
18 --- porthole/mainwindow.py (revision 968)
19 +++ porthole/mainwindow.py (working copy)
20 @@ -845,7 +845,7 @@
21 #debug.dprint(self.packages_list)
22 #debug.dprint(self.keyorder)
23 for key in self.keyorder:
24 - if not self.packages_list[key]:
25 + if not self.packages_list[key].in_world:
26 debug.dprint("MAINWINDOW: upgrade_packages(); dependancy selected: " + key)
27 if not self.setup_command(key, emerge_cmd +" --oneshot" +
28 config.Prefs.emerge.get_string() + key[:]): #use the full name
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list