summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-05-05 09:37:51 -0700
committerZac Medico <zmedico@gentoo.org>2012-05-05 09:40:35 -0700
commite9adbc89be9ea37fef0a16978d643078703e0f06 (patch)
tree0ff789757da6d055b3e145efd4c5c9bb03426c2d /cnf
parente3d3ff4f22f5e41f12b2518d23ebea354a006b7b (diff)
downloadportage-e9adbc89be9ea37fef0a16978d643078703e0f06.tar.gz
portage-e9adbc89be9ea37fef0a16978d643078703e0f06.tar.bz2
portage-e9adbc89be9ea37fef0a16978d643078703e0f06.zip
COLLISION_IGNORE_UNOWNED: tweak default *.py[co]
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 5f536c33a..fa76c09ee 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -64,7 +64,7 @@ COLLISION_IGNORE="/lib/modules"
# Ignore file collisions for unowned *.pyo and *.pyc files, this helps during
# transition from compiling python modules in live file system to compiling
# them in src_install() function.
-COLLISION_IGNORE_UNOWNED="*.pyc *.pyo"
+COLLISION_IGNORE_UNOWNED="*.py[co]"
# Enable preserve-libs for testing with portage versions that support it.
# This setting is commented out for portage versions that don't support it.