From 6085103bdd7623d941e3c6ae5905e66658c49fd7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 19 Sep 2010 15:42:08 -0700 Subject: Bug #337465 - Enable EbuildIpcDaemon on Darwin and FreeBSD since it seems fixed since commit 81fc303212b8379219cf5d463c8717359b972dba. --- pym/_emerge/AbstractEbuildProcess.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/AbstractEbuildProcess.py b/pym/_emerge/AbstractEbuildProcess.py index abd5a3253..d711c0585 100644 --- a/pym/_emerge/AbstractEbuildProcess.py +++ b/pym/_emerge/AbstractEbuildProcess.py @@ -36,14 +36,6 @@ class AbstractEbuildProcess(SpawnProcess): # is left so we can temporarily disable it if any issues arise. _enable_ipc_daemon = True - # EbuildIpcDaemon does not work on these platforms yet: - # | Bug # | Platform - # |--------|------------ - # | 337465 | FreeBSD - # | | Darwin - if platform.system() in ('Darwin', 'FreeBSD',): - _enable_ipc_daemon = False - def __init__(self, **kwargs): SpawnProcess.__init__(self, **kwargs) if self.phase is None: -- cgit v1.2.3-1-g7c22