COLLISION_IGNORE_UNOWNED: tweak default *.py[co]
authorZac Medico <zmedico@gentoo.org>
Sat, 5 May 2012 16:37:51 +0000 (09:37 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 5 May 2012 16:40:35 +0000 (09:40 -0700)
cnf/make.globals

index 5f536c33ab0f54f65a4847e4edef8b3f753d4032..fa76c09eecae0a82c3e53e64f48d0937c3c189f6 100644 (file)
@@ -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.