From abdc78ab229a98456b02aa578570c900b7df21cb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Aug 2017 17:41:43 +0100 Subject: dev-python/wxpython : import from portage tree, fix missing symlinks (first attempt to fix https://bugs.redcorelinux.org/show_bug.cgi?id=43) --- dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch (limited to 'dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch') diff --git a/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch b/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch new file mode 100644 index 00000000..a4f6b0b0 --- /dev/null +++ b/dev-python/wxpython/files/wxpython-3.0-wxversion-demo.patch @@ -0,0 +1,10 @@ +--- demo/demo.org ++++ demo/demo.py +@@ -1,4 +1,7 @@ + #!/usr/bin/env python + ++import wxversion ++wxversion.select("3.0") ++ + import Main + Main.main() -- cgit v1.2.3