Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10233 - main/trunk/pym/_emerge
Date: Thu, 08 May 2008 16:52:49
Message-Id: E1Ju9MM-0002ug-O2@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-05-08 16:52:45 +0000 (Thu, 08 May 2008)
3 New Revision: 10233
4
5 Modified:
6 main/trunk/pym/_emerge/__init__.py
7 Log:
8 Bug #220689 - Fix package selection logic so that it doesn't trigger the
9 code path from bug 219369 in some unwanted cases.
10
11
12 Modified: main/trunk/pym/_emerge/__init__.py
13 ===================================================================
14 --- main/trunk/pym/_emerge/__init__.py 2008-05-08 10:34:52 UTC (rev 10232)
15 +++ main/trunk/pym/_emerge/__init__.py 2008-05-08 16:52:45 UTC (rev 10233)
16 @@ -3100,16 +3100,6 @@
17 cur_use, cur_iuse)
18 if reinstall_for_flags:
19 reinstall = True
20 - if not installed:
21 - must_reinstall = empty or \
22 - (myarg and not selective)
23 - if not reinstall_for_flags and \
24 - not must_reinstall and \
25 - cpv in vardb.match(atom):
26 - # If the installed version is masked, it may
27 - # be necessary to look at lower versions,
28 - # in case there is a visible downgrade.
29 - continue
30 if not built:
31 myeb = cpv
32 matched_packages.append(pkg)
33
34 --
35 gentoo-commits@l.g.o mailing list