Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/files/
Date: Sat, 20 Apr 2019 23:24:15
Message-Id: 1555723759.de9cb5cbbbcaf6426cb80505cb263ac44c7de817.bman@gentoo
1 commit: de9cb5cbbbcaf6426cb80505cb263ac44c7de817
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 10 08:52:00 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 01:29:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9cb5cb
7
8 media-libs/vigra: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 media-libs/vigra/files/vigra-1.11.0-gcc-7.patch | 13 -------------
14 1 file changed, 13 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 4aaba64ed5e..00000000000
19 --- a/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -diff --git a/include/vigra/imagecontainer.hxx b/include/vigra/imagecontainer.hxx
23 -index a6f0f80..636cc64 100644
24 ---- a/include/vigra/imagecontainer.hxx
25 -+++ b/include/vigra/imagecontainer.hxx
26 -@@ -763,7 +763,7 @@ public:
27 - /** swap contents of this array with the contents of other
28 - (STL-Container interface)
29 - */
30 -- void swap(const ImagePyramid<ImageType, Alloc> &other)
31 -+ void swap(ImagePyramid<ImageType, Alloc> &other)
32 - {
33 - images_.swap(other.images_);
34 - std::swap(lowestLevel_, other.lowestLevel_);