Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mlview/
Date: Wed, 23 Dec 2015 20:38:45
Message-Id: 1450903079.4d3bbdf1903aa758111669909ba646606360f710.pacho@gentoo
1 commit: 4d3bbdf1903aa758111669909ba646606360f710
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 19:42:58 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 20:37:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3bbdf1
7
8 app-editors/mlview: Fix building with latest glibmm/libsigc++
9
10 Package-Manager: portage-2.2.26
11
12 app-editors/mlview/mlview-0.9.0-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-editors/mlview/mlview-0.9.0-r1.ebuild b/app-editors/mlview/mlview-0.9.0-r1.ebuild
16 index 0e20ca1..ce52661 100644
17 --- a/app-editors/mlview/mlview-0.9.0-r1.ebuild
18 +++ b/app-editors/mlview/mlview-0.9.0-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20 GCONF_DEBUG="no"
21 GNOME_TARBALL_SUFFIX="bz2"
22
23 -inherit autotools eutils gnome2
24 +inherit autotools eutils flag-o-matic gnome2
25
26 DESCRIPTION="XML editor for the GNOME environment"
27 HOMEPAGE="http://www.nongnu.org/mlview/mlview-internals.html"
28 @@ -57,6 +57,7 @@ src_prepare() {
29 }
30
31 src_configure() {
32 + append-cxxflags -std=c++11
33 gnome2_src_configure \
34 --disable-static \
35 $(use_enable debug)