public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9812 - main/branches/prefix/pym/_emerge
@ 2008-04-10 18:12 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-04-10 18:12 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2008-04-10 18:12:26 +0000 (Thu, 10 Apr 2008)
New Revision: 9812

Modified:
   main/branches/prefix/pym/_emerge/__init__.py
Log:
fix the next backtrace

Modified: main/branches/prefix/pym/_emerge/__init__.py
===================================================================
--- main/branches/prefix/pym/_emerge/__init__.py	2008-04-10 18:05:50 UTC (rev 9811)
+++ main/branches/prefix/pym/_emerge/__init__.py	2008-04-10 18:12:26 UTC (rev 9812)
@@ -1107,7 +1107,7 @@
 	if pkg.built and not pkg.installed and \
 		pkg.metadata["CHOST"] != pkgsettings["CHOST"]:
 		return False
-	if pkg.built and not installed:
+	if pkg.built and not pkg.installed:
 		# we can have an old binary which has no EPREFIX information
 		if "EPREFIX" not in pkg.metadata or not pkg.metadata["EPREFIX"]:
 			return False

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



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

only message in thread, other threads:[~2008-04-10 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-10 18:12 [gentoo-commits] portage r9812 - main/branches/prefix/pym/_emerge Fabian Groffen (grobian)

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