Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/
Date: Wed, 23 Dec 2015 20:38:56
Message-Id: 1450903086.9c2b997188c8b5bd04bcdf240c746423799abcd3.pacho@gentoo
1 commit: 9c2b997188c8b5bd04bcdf240c746423799abcd3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 19:58:17 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 20:38:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2b9971
7
8 games-board/gmchess: Fix building with latest glibmm/libsigc++
9
10 Package-Manager: portage-2.2.26
11
12 games-board/gmchess/gmchess-0.29.6-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-board/gmchess/gmchess-0.29.6-r1.ebuild b/games-board/gmchess/gmchess-0.29.6-r1.ebuild
16 index d1e290c..2777f8d 100644
17 --- a/games-board/gmchess/gmchess-0.29.6-r1.ebuild
18 +++ b/games-board/gmchess/gmchess-0.29.6-r1.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -inherit autotools libtool gnome2-utils games
24 +inherit autotools flag-o-matic libtool gnome2-utils games
25
26 DESCRIPTION="Chinese chess with gtkmm and c++"
27 HOMEPAGE="https://code.google.com/p/gmchess/"
28 @@ -28,6 +28,7 @@ src_prepare() {
29 }
30
31 src_configure() {
32 + append-cxxflags -std=c++11
33 egamesconf \
34 --disable-static \
35 --localedir='/usr/share/locale'