Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
Date: Wed, 23 Dec 2015 20:38:55
Message-Id: 1450903091.932f0bb499de1a458bd2dc4f1f57c2d2e83f3328.pacho@gentoo
1 commit: 932f0bb499de1a458bd2dc4f1f57c2d2e83f3328
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 20:02:52 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 20:38:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932f0bb4
7
8 media-gfx/gimmage: Fix building with latest glibmm/libsigc++
9
10 Package-Manager: portage-2.2.26
11
12 media-gfx/gimmage/gimmage-0.2.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
16 index 47fac03..35b84dd 100644
17 --- a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
18 +++ b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
19 @@ -3,8 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -
24 -inherit autotools eutils
25 +inherit autotools eutils flag-o-matic
26
27 DESCRIPTION="A slim GTK-based image browser"
28 HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
29 @@ -37,5 +36,6 @@ src_configure() {
30 local myconf
31 use debug && myconf="--enable-debug"
32
33 + append-cxxflags -std=c++11
34 econf ${myconf}
35 }