summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-09-06 12:42:18 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-09-06 12:42:18 +0000
commit60870a39426427e2aa92c03b9a6c6f48dc37c3b0 (patch)
tree3ac31af1092ddc39406fdd6a95599da87fc355d1 /dev-python/pyside/files
parentAdd missing patch, thanks to marienz (diff)
downloadgentoo-2-60870a39426427e2aa92c03b9a6c6f48dc37c3b0.tar.gz
gentoo-2-60870a39426427e2aa92c03b9a6c6f48dc37c3b0.tar.bz2
gentoo-2-60870a39426427e2aa92c03b9a6c6f48dc37c3b0.zip
Bump pyside to latest release. Punt older that i didn't manage to make behave.
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyside/files')
-rw-r--r--dev-python/pyside/files/pyside-cmake-namespace.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/pyside/files/pyside-cmake-namespace.patch b/dev-python/pyside/files/pyside-cmake-namespace.patch
deleted file mode 100644
index 92f6de0a43a8..000000000000
--- a/dev-python/pyside/files/pyside-cmake-namespace.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/Macros/PySideModules.cmake b/cmake/Macros/PySideModules.cmake
-index 639a0ab..1686df8 100644
---- a/cmake/Macros/PySideModules.cmake
-+++ b/cmake/Macros/PySideModules.cmake
-@@ -58,7 +58,7 @@ macro(check_qt_class module class global_sources)
- endif ()
- string(TOLOWER ${class} _class)
- string(TOUPPER ${module} _module)
-- if (${namespace})
-+ if (_namespace)
- set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_namespace}_${_class}_wrapper.cpp)
- else ()
- set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_class}_wrapper.cpp)