COLLISION_IGNORE jython compiled modules as well.
authorMichał Górny <mgorny@gentoo.org>
Mon, 5 Nov 2012 08:32:05 +0000 (09:32 +0100)
committerZac Medico <zmedico@gentoo.org>
Mon, 5 Nov 2012 08:51:10 +0000 (00:51 -0800)
Jython names its compiled modules *$py.class.

cnf/make.globals

index 47ee787c6da776c99c54ba192ac260db188f7f9f..80a68f7d65dadcde4d9f51bb1a3ea2fe2a3f4520 100644 (file)
@@ -63,7 +63,7 @@ FEATURES="assume-digests binpkg-logs
 # 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="/lib/modules/* *.py[co]"
+COLLISION_IGNORE="/lib/modules/* *.py[co] *\$py.class"
 UNINSTALL_IGNORE="/lib/modules/*"
 
 # By default wait 5 secs before cleaning a package