From e9adbc89be9ea37fef0a16978d643078703e0f06 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 5 May 2012 09:37:51 -0700 Subject: COLLISION_IGNORE_UNOWNED: tweak default *.py[co] --- cnf/make.globals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cnf') 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. -- cgit v1.2.3-1-g7c22