Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15173 - main/trunk/pym/portage/dbapi
Date: Thu, 07 Jan 2010 19:13:09
Message-Id: E1NSxn9-00048Z-UD@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-01-07 19:13:07 +0000 (Thu, 07 Jan 2010)
3 New Revision: 15173
4
5 Modified:
6 main/trunk/pym/portage/dbapi/vartree.py
7 Log:
8 Add a TODO comment for improved handling of /lib/modules.
9
10
11 Modified: main/trunk/pym/portage/dbapi/vartree.py
12 ===================================================================
13 --- main/trunk/pym/portage/dbapi/vartree.py 2010-01-06 16:06:35 UTC (rev 15172)
14 +++ main/trunk/pym/portage/dbapi/vartree.py 2010-01-07 19:13:07 UTC (rev 15173)
15 @@ -2533,6 +2533,10 @@
16 # upgraded. We effectively only want one half of the config protection
17 # functionality for /lib/modules. For portage-ng both capabilities
18 # should be able to be independently specified.
19 + # TODO: For rebuilds, re-parent previous modules to the new
20 + # installed instance (so they are not orphans). For normal
21 + # uninstall (not rebuild/reinstall), remove the modules along
22 + # with all other files (leave no orphans).
23 if obj.startswith(modprotect):
24 show_unmerge("---", unmerge_desc["cfgpro"], file_type, obj)
25 continue