Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9378 - main/branches/prefix/pym/_emerge
Date: Sun, 24 Feb 2008 09:31:27
Message-Id: E1JTDCe-00012L-Gx@stork.gentoo.org
1 Author: grobian
2 Date: 2008-02-24 09:31:23 +0000 (Sun, 24 Feb 2008)
3 New Revision: 9378
4
5 Modified:
6 main/branches/prefix/pym/_emerge/__init__.py
7 Log:
8 Align visible() with get_masking_status() as per zmedico's comment in bug #209538
9
10 Modified: main/branches/prefix/pym/_emerge/__init__.py
11 ===================================================================
12 --- main/branches/prefix/pym/_emerge/__init__.py 2008-02-24 07:52:33 UTC (rev 9377)
13 +++ main/branches/prefix/pym/_emerge/__init__.py 2008-02-24 09:31:23 UTC (rev 9378)
14 @@ -1080,7 +1080,7 @@
15 if built and not installed and \
16 metadata["CHOST"] != pkgsettings["CHOST"]:
17 return False
18 - if built:
19 + if built and not installed:
20 # we can have an old binary which has no EPREFIX information
21 if "EPREFIX" not in metadata or not metadata["EPREFIX"]:
22 return False
23
24 --
25 gentoo-commits@l.g.o mailing list