summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild
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 /pym/portage/package/ebuild
parente4ba8f36e6a4624f4fec61c7ce8bed0e3bd2fa01 (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 'pym/portage/package/ebuild')
-rw-r--r--pym/portage/package/ebuild/_config/special_env_vars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/_config/special_env_vars.py b/pym/portage/package/ebuild/_config/special_env_vars.py
index 4795e88bc..a01c17714 100644
--- a/pym/portage/package/ebuild/_config/special_env_vars.py
+++ b/pym/portage/package/ebuild/_config/special_env_vars.py
@@ -164,7 +164,7 @@ environ_filter += [
"RESUMECOMMAND", "RESUMECOMMAND_FTP",
"RESUMECOMMAND_HTTP", "RESUMECOMMAND_HTTPS",
"RESUMECOMMAND_RSYNC", "RESUMECOMMAND_SFTP",
- "SYNC", "USE_EXPAND_HIDDEN", "USE_ORDER",
+ "SYNC", "UNINSTALL_IGNORE", "USE_EXPAND_HIDDEN", "USE_ORDER",
]
environ_filter = frozenset(environ_filter)