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-util/gtkevemon/
Date: Thu, 24 Dec 2015 13:40:45
Message-Id: 1450964419.b06214bd0d8a05dfdcc2a1042803bfdf3ff062e3.pacho@gentoo
1 commit: b06214bd0d8a05dfdcc2a1042803bfdf3ff062e3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 13:17:12 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 13:40:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06214bd
7
8 games-util/gtkevemon: Fix building with latest glibmm/libsigc++
9
10 Package-Manager: portage-2.2.26
11
12 games-util/gtkevemon/gtkevemon-1.8-r1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild b/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild
16 index a8077e1..d944136 100644
17 --- a/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild
18 +++ b/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild
19 @@ -2,9 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=4
24 -
25 -inherit eutils
26 +EAPI=5
27 +inherit eutils flag-o-matic
28
29 IUSE=""
30 if [[ ${PV} == *9999* ]]; then
31 @@ -42,6 +41,8 @@ src_prepare() {
32 epatch "${DISTDIR}/${P}-learning.patch.gz"
33 # pthreads build fix, bug #423305
34 epatch "${FILESDIR}/${P}-pthreads-build-fix.patch"
35 +
36 + append-cxxflags -std=c++11
37 }
38
39 src_install() {