public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10035 - main/trunk/pym/_emerge
@ 2008-04-29  3:13 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-04-29  3:13 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-04-29 03:13:32 +0000 (Tue, 29 Apr 2008)
New Revision: 10035

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Prevent some more visible downgrades from possibly being missed (bug #219369).


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-04-29 03:02:20 UTC (rev 10034)
+++ main/trunk/pym/_emerge/__init__.py	2008-04-29 03:13:32 UTC (rev 10035)
@@ -2947,7 +2947,10 @@
 						if not reinstall_for_flags and \
 							not must_reinstall and \
 							cpv in vardb.match(atom):
-							break
+							# If the installed version is masked, it may
+							# be necessary to look at lower versions,
+							# in case there is a visible downgrade.
+							continue
 					if not built:
 						myeb = cpv
 					matched_packages.append(pkg)

-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-29  3:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29  3:13 [gentoo-commits] portage r10035 - 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