projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d3ff4
)
COLLISION_IGNORE_UNOWNED: tweak default *.py[co]
author
Zac Medico
<zmedico@gentoo.org>
Sat, 5 May 2012 16:37:51 +0000
(09:37 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 5 May 2012 16:40:35 +0000
(09:40 -0700)
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 5f536c33ab0f54f65a4847e4edef8b3f753d4032..fa76c09eecae0a82c3e53e64f48d0937c3c189f6 100644
(file)
--- 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="*.py
c *.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.