From 33545ea18e8816addb3c54bb26a0cc788b8512e6 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Fri, 4 May 2012 23:47:27 -0700 Subject: Support COLLISION_IGNORE_UNOWNED="*.pyc *.pyo" This will fix bug #410691. --- cnf/make.globals | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index 0f6f54165..5f536c33a 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -61,6 +61,11 @@ FEATURES="assume-digests binpkg-logs distlocks ebuild-locks # FEATURES=protect-owned to operate smoothly in all cases. 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" + # Enable preserve-libs for testing with portage versions that support it. # This setting is commented out for portage versions that don't support it. FEATURES="${FEATURES} preserve-libs" -- cgit v1.2.3-1-g7c22