aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-22 15:33:07 -0700
committerZac Medico <zmedico@gentoo.org>2012-06-22 15:33:07 -0700
commitd1a59831eb2a5205d050884c760cca1d73be8fdf (patch)
tree5f011c32c3d17615489704aad1fb41a5ae54fbf5 /cnf
parentAdd experimental EAPI 4-slot-abi support. (diff)
downloadportage-d1a59831eb2a5205d050884c760cca1d73be8fdf.tar.gz
portage-d1a59831eb2a5205d050884c760cca1d73be8fdf.tar.bz2
portage-d1a59831eb2a5205d050884c760cca1d73be8fdf.zip
Add UNINSTALL_IGNORE variable for bug #421659.
UNINSTALL_IGNORE = [space delimited list of fnmatch patterns] This variable prevents uninstallation of files that match specific fnmatch(3) patterns. In order to ignore file collisions with these files at install time, the same patterns can be added to the COLLISION_IGNORE variable.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals1
1 files changed, 1 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index b1569885b..c35429143 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -64,6 +64,7 @@ FEATURES="assume-digests binpkg-logs
# transition from compiling python modules in live file system to compiling
# them in src_install() function.
COLLISION_IGNORE="/lib/modules/* *.py[co]"
+UNINSTALL_IGNORE="/lib/modules/*"
# Enable preserve-libs for testing with portage versions that support it.
# This setting is commented out for portage versions that don't support it.