Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 137269 | Differences between
and this patch

Collapse All | Expand All

(-)pym/portage.py (-1 / +2 lines)
Lines 6326-6332 Link Here
6326
			os.chown(my_private_path, os.getuid(), portage_gid)
6337
			os.chown(my_private_path, os.getuid(), portage_gid)
6327
			os.chmod(my_private_path, 02770)
6338
			os.chmod(my_private_path, 02770)
6328
6339
6329
		mylock = portage_locks.lockfile(os.path.join(destroot, CONFIG_MEMORY_FILE))
6340
		mylock = portage_locks.lockfile(
6341
			os.path.join(destroot, CONFIG_MEMORY_FILE), wantnewlockfile=1)
6330
		writedict(cfgfiledict, os.path.join(destroot, CONFIG_MEMORY_FILE))
6342
		writedict(cfgfiledict, os.path.join(destroot, CONFIG_MEMORY_FILE))
6331
		portage_locks.unlockfile(mylock)
6343
		portage_locks.unlockfile(mylock)
6332
6344

Return to bug 137269