public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13835 - main/trunk/pym/_emerge
@ 2009-07-19 22:12 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-07-19 22:12 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-07-19 22:12:14 +0000 (Sun, 19 Jul 2009)
New Revision: 13835

Modified:
   main/trunk/pym/_emerge/Scheduler.py
Log:
In _check_manifests(), skip uninstall operations.


Modified: main/trunk/pym/_emerge/Scheduler.py
===================================================================
--- main/trunk/pym/_emerge/Scheduler.py	2009-07-19 22:02:00 UTC (rev 13834)
+++ main/trunk/pym/_emerge/Scheduler.py	2009-07-19 22:12:14 UTC (rev 13835)
@@ -606,6 +606,9 @@
 				x.type_name != "ebuild":
 				continue
 
+			if x.operation == "uninstall":
+				continue
+
 			if not shown_verifying_msg:
 				shown_verifying_msg = True
 				self._status_msg("Verifying ebuild manifests")




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-19 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-19 22:12 [gentoo-commits] portage r13835 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox