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-gfx/iscan/files/
Date: Fri, 15 May 2020 00:32:42
Message-Id: 1589502677.6686b80086095c84794d6450be2d0ff6231f0ba6.bman@gentoo
1 commit: 6686b80086095c84794d6450be2d0ff6231f0ba6
2 Author: Marcin Deranek <marcin.deranek <AT> booking <DOT> com>
3 AuthorDate: Sun May 10 20:29:57 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 15 00:31:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6686b800
7
8 media-gfx/iscan: fix building with boost 1.73 when gui use enabled
9
10 Bug: https://bugs.gentoo.org/721696
11 Signed-off-by: Marcin Deranek <marcin.deranek <AT> slonko.net>
12 Closes: https://github.com/gentoo/gentoo/pull/15742
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch | 11 +++++++++++
16 1 file changed, 11 insertions(+)
17
18 diff --git a/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch b/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch
19 index d55a464823b..da6cc66c13b 100644
20 --- a/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch
21 +++ b/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch
22 @@ -31,3 +31,14 @@ diff -urN a/sane/handle.cpp b/sane/handle.cpp
23
24 namespace sane {
25
26 +--- utsushi-0.62.0/gtkmm/pump.cpp.orig 2019-11-18 03:08:48.000000000 +0100
27 ++++ utsushi-0.62.0/gtkmm/pump.cpp 2020-05-10 21:59:32.986379049 +0200
28 +@@ -31,6 +31,8 @@
29 + namespace utsushi {
30 + namespace gtkmm {
31 +
32 ++using namespace boost::placeholders;
33 ++
34 + pump::pump (idevice::ptr idev)
35 + : utsushi::pump (idev)
36 + , idev_ptr_(idev)