summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-07-07 21:55:45 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-07-07 21:56:42 -0500
commit01a37861b1cc39f1b86581e4cdf38d5be563df5e (patch)
treea16adaec260d41b9004fcb16ead519ec950b07d9 /sci-visualization/paraview/files
parentsci-visualization/paraview: version bump; update twisted dependency (diff)
downloadgentoo-01a37861b1cc39f1b86581e4cdf38d5be563df5e.tar.gz
gentoo-01a37861b1cc39f1b86581e4cdf38d5be563df5e.tar.bz2
gentoo-01a37861b1cc39f1b86581e4cdf38d5be563df5e.zip
sci-visualization/paraview: drop old
Closes: https://bugs.gentoo.org/660654 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sci-visualization/paraview/files')
-rw-r--r--sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch b/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch
deleted file mode 100644
index b4b64e94eef8..000000000000
--- a/sci-visualization/paraview/files/paraview-5.4.1-jsoncpp_1.8.4.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx b/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
-index b6e2b55..d27ad9d 100644
---- a/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
-+++ b/ParaViewCore/ServerManager/Core/vtkSMSettings.cxx
-@@ -788,7 +788,10 @@ public:
- this->GetSettingBelowPriority(propertySettingCString, highestPriority);
- if (lowerPriorityValue.isNull())
- {
-- if (!proxyValue.removeMember(property->GetXMLName()).isNull())
-+ // Allocated as done in Json::Value removeMember(const char* key).
-+ Json::Value removedValue;
-+ if (proxyValue.removeMember(property->GetXMLName(), &removedValue) &&
-+ !removedValue.isNull())
- {
- this->Modified();
- }
-