summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/files/pykde4-4.2.71-kdatetime.patch
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-05-05 13:08:23 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2009-05-05 13:08:23 +0400
commit5c9de2b979e730cdb5274c5d1db3478b62858a8c (patch)
treeed4006f8bb15d410a4a9437eb94c9c91557321cc /kde-base/pykde4/files/pykde4-4.2.71-kdatetime.patch
parentef42674079ea00331011c33cfb68194095259c14 (diff)
downloadkde-5c9de2b979e730cdb5274c5d1db3478b62858a8c.tar.gz
kde-5c9de2b979e730cdb5274c5d1db3478b62858a8c.tar.bz2
kde-5c9de2b979e730cdb5274c5d1db3478b62858a8c.zip
fix pykde4 bug #268576
(Portage version: 2.2_rc33/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'kde-base/pykde4/files/pykde4-4.2.71-kdatetime.patch')
-rw-r--r--kde-base/pykde4/files/pykde4-4.2.71-kdatetime.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/pykde4/files/pykde4-4.2.71-kdatetime.patch b/kde-base/pykde4/files/pykde4-4.2.71-kdatetime.patch
new file mode 100644
index 00000000000..d390497ad2a
--- /dev/null
+++ b/kde-base/pykde4/files/pykde4-4.2.71-kdatetime.patch
@@ -0,0 +1,23 @@
+diff -urN pykde4-4.2.71.old/python/pykde4/sip/kdecore/kdatetime.sip pykde4-4.2.71/python/pykde4/sip/kdecore/kdatetime.sip
+--- pykde4-4.2.71.old/python/pykde4/sip/kdecore/kdatetime.sip 2009-04-30 22:02:22.000000000 +0400
++++ pykde4-4.2.71/python/pykde4/sip/kdecore/kdatetime.sip 2009-05-05 09:14:55.334924170 +0400
+@@ -161,19 +161,3 @@
+ static void setSimulatedSystemTime (const KDateTime& newTime);
+ static KDateTime realCurrentLocalDateTime ();
+ }; // KDateTime
+-
+-
+-class KSystemTimeZones_Simulated : KSystemTimeZones /Abstract/
+-{
+-%TypeHeaderCode
+-#include <kdatetime.h>
+-%End
+-
+-public:
+- static KTimeZone realLocalZone ();
+- static KTimeZone local ();
+- static void setLocalZone (const KTimeZone& tz);
+- static bool isSimulated ();
+-}; // KSystemTimeZones_Simulated
+-
+-