diff options
Diffstat (limited to 'net-nntp/hellanzb/files/hellanzb-0.13-twisted-10.0.0.patch')
-rw-r--r-- | net-nntp/hellanzb/files/hellanzb-0.13-twisted-10.0.0.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/net-nntp/hellanzb/files/hellanzb-0.13-twisted-10.0.0.patch b/net-nntp/hellanzb/files/hellanzb-0.13-twisted-10.0.0.patch new file mode 100644 index 000000000000..e1a57892ceef --- /dev/null +++ b/net-nntp/hellanzb/files/hellanzb-0.13-twisted-10.0.0.patch @@ -0,0 +1,36 @@ +https://bugs.gentoo.org/show_bug.cgi?id=316725 +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573221 + +--- xmlrpc.py 2010-03-10 18:29:19.000000000 -0600 ++++ /usr/share/pyshared/Hellanzb/HellaXMLRPC/xmlrpc.py 2010-03-10 18:30:03.000000000 -0600 +@@ -31,7 +31,7 @@ + from twisted.python import log, reflect + + import twisted.copyright +-if twisted.copyright.version >= '2.0.0': ++if twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= '10.0.0': + from twisted.web import http + else: + from twisted.protocols import http +--- HtPasswdAuth.py 2010-03-10 18:30:29.000000000 -0600 ++++ /usr/share/pyshared/Hellanzb/HellaXMLRPC/HtPasswdAuth.py 2010-03-10 18:30:49.000000000 -0600 +@@ -19,7 +19,7 @@ + from twisted.web.resource import Resource + + import twisted.copyright +-if twisted.copyright.version >= '2.0.0': ++if twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= '10.0.0': + from twisted.web import http + else: + from twisted.protocols import http +--- HellaReactor.py 2010-03-10 18:22:34.000000000 -0600 ++++ /usr/share/pyshared/Hellanzb/HellaReactor.py 2010-03-10 18:30:07.000000000 -0600 +@@ -9,7 +9,7 @@ + import Hellanzb, sys, time + + import twisted.copyright +-if twisted.copyright.version >= '2.0.0': ++if twisted.copyright.version >= '2.0.0' or twisted.copyright.version >= '10.0.0': + from twisted.internet.selectreactor import SelectReactor + from twisted.internet.selectreactor import _NO_FILENO + from twisted.internet.selectreactor import _NO_FILEDESC |