From bc18e1e7c3af475412e997489058c58942ebfdcb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 7 May 2012 23:23:40 -0700 Subject: COLLISION_IGNORE: support fnmatch patterns This allows it to be combined with the COLLISION_IGNORE_UNOWNED variable from commit 33545ea18e8816addb3c54bb26a0cc788b8512e6, so only one variable is needed. --- cnf/make.globals | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index fa76c09ee..975726ab6 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -59,12 +59,10 @@ FEATURES="assume-digests binpkg-logs distlocks ebuild-locks # Ignore file collisions in /lib/modules since files inside this directory # are never unmerged, and therefore collisions must be ignored in order for # 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="*.py[co]" +COLLISION_IGNORE="/lib/modules/* *.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