Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10234 - main/branches/2.1.2/bin
Date: Thu, 08 May 2008 16:54:38
Message-Id: E1Ju9O7-00030H-4v@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-05-08 16:54:34 +0000 (Thu, 08 May 2008)
3 New Revision: 10234
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
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. (trunk r10233)
10
11
12 Modified: main/branches/2.1.2/bin/emerge
13 ===================================================================
14 --- main/branches/2.1.2/bin/emerge 2008-05-08 16:52:45 UTC (rev 10233)
15 +++ main/branches/2.1.2/bin/emerge 2008-05-08 16:54:34 UTC (rev 10234)
16 @@ -3252,16 +3252,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