summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-04-10 10:52:00 +0200
committerAaron Bauman <bman@gentoo.org>2019-04-19 21:29:19 -0400
commitde9cb5cbbbcaf6426cb80505cb263ac44c7de817 (patch)
treea93df3d34193e3b4669800ea5a023c4692e73b12 /media-libs
parentapp-text/ghostscript-gpl: remove unused patch(es) (diff)
downloadgentoo-de9cb5cbbbcaf6426cb80505cb263ac44c7de817.tar.gz
gentoo-de9cb5cbbbcaf6426cb80505cb263ac44c7de817.tar.bz2
gentoo-de9cb5cbbbcaf6426cb80505cb263ac44c7de817.zip
media-libs/vigra: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/vigra/files/vigra-1.11.0-gcc-7.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch b/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch
deleted file mode 100644
index 4aaba64ed5e9..000000000000
--- a/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/include/vigra/imagecontainer.hxx b/include/vigra/imagecontainer.hxx
-index a6f0f80..636cc64 100644
---- a/include/vigra/imagecontainer.hxx
-+++ b/include/vigra/imagecontainer.hxx
-@@ -763,7 +763,7 @@ public:
- /** swap contents of this array with the contents of other
- (STL-Container interface)
- */
-- void swap(const ImagePyramid<ImageType, Alloc> &other)
-+ void swap(ImagePyramid<ImageType, Alloc> &other)
- {
- images_.swap(other.images_);
- std::swap(lowestLevel_, other.lowestLevel_);