* [gentoo-commits] portage r13893 - main/trunk/pym/portage
@ 2009-08-04 8:44 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-08-04 8:44 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2009-08-04 08:44:28 +0000 (Tue, 04 Aug 2009)
New Revision: 13893
Modified:
main/trunk/pym/portage/__init__.py
Log:
In the dep_zapdeps() code from bug #278729, set all_use_satisfied = False
if the choice includes an unavailable package.
Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py 2009-08-04 07:19:17 UTC (rev 13892)
+++ main/trunk/pym/portage/__init__.py 2009-08-04 08:44:28 UTC (rev 13893)
@@ -7152,6 +7152,7 @@
mydbapi.aux_get(avail_pkg, ["SLOT"])[0])
if not avail_pkg:
all_available = False
+ all_use_satisfied = False
break
if atom.use:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-04 8:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 8:44 [gentoo-commits] portage r13893 - main/trunk/pym/portage 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