Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
gentoo-x86 commit in app-portage/porthole/files: porthole-0.6.0_rc3-oneshot-fix.patch
Date:
Tue, 27 May 2008 19:09:03 +0000
fuzzyray 08/05/27 19:09:03
Added: porthole-0.6.0_rc3-oneshot-fix.patch
Log:
Version bump. This version contains support for profuse and etc-proposals via plugins and contins minor bug fixes.
(Portage version: 2.1.5.2)
Revision Changes Path
1.1 app-portage/porthole/files/porthole-0.6.0_rc3-oneshot-fix.patch
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
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
Index: porthole-0.6.0_rc3-oneshot-fix.patch
===================================================================
Index: porthole/mainwindow.py
===================================================================
--- porthole/mainwindow.py (revision 968)
+++ porthole/mainwindow.py (working copy)
@@ -845,7 +845,7 @@
#debug.dprint(self.packages_list)
#debug.dprint(self.keyorder)
for key in self.keyorder:
- if not self.packages_list[key]:
+ if not self.packages_list[key].in_world:
debug.dprint("MAINWINDOW: upgrade_packages(); dependancy selected: " + key)
if not self.setup_command(key, emerge_cmd +" --oneshot" +
config.Prefs.emerge.get_string() + key[:]): #use the full name
--
gentoo-commits@g.o mailing list