From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jk1GA-0005V4-RW for garchives@archives.gentoo.org; Thu, 10 Apr 2008 18:12:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D1CE0501; Thu, 10 Apr 2008 18:12:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 35CEEE0501 for ; Thu, 10 Apr 2008 18:12:29 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C6BBD66ED2 for ; Thu, 10 Apr 2008 18:12:28 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jk1G7-0008Mp-MU for gentoo-commits@lists.gentoo.org; Thu, 10 Apr 2008 18:12:27 +0000 To: gentoo-commits@lists.gentoo.org From: "Fabian Groffen (grobian)" Subject: [gentoo-commits] portage r9812 - main/branches/prefix/pym/_emerge X-VCS-Repository: portage X-VCS-Revision: 9812 X-VCS-Files: main/branches/prefix/pym/_emerge/__init__.py X-VCS-Directories: main/branches/prefix/pym/_emerge X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Fabian Groffen Date: Thu, 10 Apr 2008 18:12:27 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3d402967-21a3-4eda-81a0-cdbc3f33441c X-Archives-Hash: 6ca7e3fc27e6095a4f85645d558497ec 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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"] !=3D 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 --=20 gentoo-commits@lists.gentoo.org mailing list