Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9651 - main/branches/2.1.2/bin
Date: Mon, 31 Mar 2008 20:26:33
Message-Id: E1JgQaJ-0001Nb-Vb@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-31 20:26:26 +0000 (Mon, 31 Mar 2008)
3 New Revision: 9651
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
7 Log:
8 Remove some redundant and obsolete code for warning about installed
9 packages pulled into the graph. (trunk r9650)
10
11
12 Modified: main/branches/2.1.2/bin/emerge
13 ===================================================================
14 --- main/branches/2.1.2/bin/emerge 2008-03-31 20:25:30 UTC (rev 9650)
15 +++ main/branches/2.1.2/bin/emerge 2008-03-31 20:26:26 UTC (rev 9651)
16 @@ -1762,18 +1762,8 @@
17 return 0
18
19 if pkg.installed:
20 - # Warn if all matching ebuilds are masked or
21 - # the installed package itself is masked. Do
22 - # not warn if there are simply no matching
23 - # ebuilds since that would be annoying in some
24 - # cases:
25 - #
26 - # - binary packages installed from an overlay
27 - # that is not listed in PORTDIR_OVERLAY
28 - #
29 - # - multi-slot atoms listed in the world file
30 - # to prevent depclean from removing them
31 -
32 + # Warn if an installed package is masked and it
33 + # is pulled into the graph.
34 if not visible(pkgsettings, pkg):
35 self._masked_installed.append((pkg, pkgsettings))
36
37
38 --
39 gentoo-commits@l.g.o mailing list