projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b881a4
)
Disable openpty on FreeMiNT too, bug #397613
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 10 Jan 2012 17:40:22 +0000
(18:40 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 10 Jan 2012 17:40:22 +0000
(18:40 +0100)
pym/portage/util/_pty.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/_pty.py
b/pym/portage/util/_pty.py
index 95082cf5b3c47f080501af3fdab453d3f3f75ba3..1cde8f7752f431da5174418e68baf38579fab9ab 100644
(file)
--- a/
pym/portage/util/_pty.py
+++ b/
pym/portage/util/_pty.py
@@
-14,7
+14,7
@@
from portage.util import writemsg
# behaviour causing hangs/deadlocks.
# Additional note for the future: on Interix, pipes do NOT work, so
# _disable_openpty on Interix must *never* be True
-_disable_openpty = platform.system() in ("SunOS",)
+_disable_openpty = platform.system() in ("SunOS",
"FreeMiNT",
)
_fbsd_test_pty = platform.system() == 'FreeBSD'