diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-10-22 15:17:38 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-10-22 15:17:38 +0000 |
commit | 09bec1cbcf51f189ee6dce88f9264e25a9ae3add (patch) | |
tree | a6662a5e94c56791f147ab9428805e987bdc463c /kde-base/dcoppython/files | |
parent | added ~ppc keyword for virtual/gnat-4.1 (#130509) (diff) | |
download | historical-09bec1cbcf51f189ee6dce88f9264e25a9ae3add.tar.gz historical-09bec1cbcf51f189ee6dce88f9264e25a9ae3add.tar.bz2 historical-09bec1cbcf51f189ee6dce88f9264e25a9ae3add.zip |
Python 2.5 compatibility.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'kde-base/dcoppython/files')
-rw-r--r-- | kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff | 11 | ||||
-rw-r--r-- | kde-base/dcoppython/files/digest-dcoppython-3.5.5 | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff b/kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff new file mode 100644 index 000000000000..2b3060710719 --- /dev/null +++ b/kde-base/dcoppython/files/dcoppython-3.5.5-python-2.5-compat.diff @@ -0,0 +1,11 @@ +--- dcoppython/shell/marshaller.cpp 2005/07/26 18:54:59 438982 ++++ dcoppython/shell/marshaller.cpp 2006/10/03 15:28:22 592000 +@@ -124,7 +124,7 @@ + if (!PyDict_Check(obj)) return false; + + +- int c=0; ++ ssize_t c=0; + PyObject *key, *val; + while (PyDict_Next(obj, &c, &key, &val)==1) + if (!key_type.isMarshallable(key) || diff --git a/kde-base/dcoppython/files/digest-dcoppython-3.5.5 b/kde-base/dcoppython/files/digest-dcoppython-3.5.5 new file mode 100644 index 000000000000..d6542e599565 --- /dev/null +++ b/kde-base/dcoppython/files/digest-dcoppython-3.5.5 @@ -0,0 +1,3 @@ +MD5 e0da219943407a786c2ceea1605fadd1 kdebindings-3.5.5.tar.bz2 5419613 +RMD160 8515555111e2745f63b403d3255ff5521bf77875 kdebindings-3.5.5.tar.bz2 5419613 +SHA256 54751d3fe6635abf7bb8ef08ff240354e56dfaaa02cd16b1dd2a837706c4b274 kdebindings-3.5.5.tar.bz2 5419613 |