Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libgnomecanvasmm/
Date: Tue, 15 Dec 2015 20:16:52
Message-Id: 1450210583.f4e1396ee7aa484574c9fd8d45dec78156018c9f.pacho@gentoo
1 commit: f4e1396ee7aa484574c9fd8d45dec78156018c9f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 19:44:45 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 20:16:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e1396e
7
8 dev-cpp/libgnomecanvasmm: Fix building with latest glibmm/libsigc++ (#568300)
9
10 Package-Manager: portage-2.2.26
11
12 dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild
16 index fc60c9a..369745d 100644
17 --- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild
18 +++ b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI="5"
20 GCONF_DEBUG="no"
21 GNOME_TARBALL_SUFFIX="bz2"
22
23 -inherit gnome2
24 +inherit flag-o-matic gnome2
25
26 DESCRIPTION="C++ bindings for libgnomecanvas"
27 HOMEPAGE="http://www.gtkmm.org"
28 @@ -32,6 +32,7 @@ src_prepare() {
29 die "sed Makefile.in failed"
30 fi
31 gnome2_src_prepare
32 + append-cxxflags -std=c++11 #568300
33 }
34
35 src_compile() {