Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12074 - main/branches/2.1.6/pym/_emerge
Date: Mon, 24 Nov 2008 02:20:53
Message-Id: E1L4R4F-0004dg-Bt@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-24 02:20:49 +0000 (Mon, 24 Nov 2008)
3 New Revision: 12074
4
5 Modified:
6 main/branches/2.1.6/pym/_emerge/__init__.py
7 Log:
8 Add back the --depclean warning about "link level dependencies" since the
9 2.1.6 branch doesn't have lib awareness.
10
11
12 Modified: main/branches/2.1.6/pym/_emerge/__init__.py
13 ===================================================================
14 --- main/branches/2.1.6/pym/_emerge/__init__.py 2008-11-24 01:41:15 UTC (rev 12073)
15 +++ main/branches/2.1.6/pym/_emerge/__init__.py 2008-11-24 02:20:49 UTC (rev 12074)
16 @@ -12088,6 +12088,10 @@
17 allow_missing_deps = len(myfiles) > 0
18
19 msg = []
20 + msg.append("Depclean may break link level dependencies. Thus, it is\n")
21 + msg.append("recommended to use a tool such as " + good("`revdep-rebuild`") + " (from\n")
22 + msg.append("app-portage/gentoolkit) in order to detect such breakage.\n")
23 + msg.append("\n")
24 msg.append("Always study the list of packages to be cleaned for any obvious\n")
25 msg.append("mistakes. Packages that are part of the world set will always\n")
26 msg.append("be kept. They can be manually added to this set with\n")