From 2f7fbc1e0511a55a4bbe9c92b2cd105cdb1660dd Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 18 Sep 2010 04:24:31 -0700 Subject: Disable EbuildIpcDaemon for Darwin (similar issues to FreeBSD). --- pym/_emerge/AbstractEbuildProcess.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/AbstractEbuildProcess.py b/pym/_emerge/AbstractEbuildProcess.py index c5fb1d1ca..abd5a3253 100644 --- a/pym/_emerge/AbstractEbuildProcess.py +++ b/pym/_emerge/AbstractEbuildProcess.py @@ -40,7 +40,8 @@ class AbstractEbuildProcess(SpawnProcess): # | Bug # | Platform # |--------|------------ # | 337465 | FreeBSD - if platform.system() in ('FreeBSD',): + # | | Darwin + if platform.system() in ('Darwin', 'FreeBSD',): _enable_ipc_daemon = False def __init__(self, **kwargs): -- cgit v1.2.3-1-g7c22