commit:     b06214bd0d8a05dfdcc2a1042803bfdf3ff062e3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 13:17:12 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 13:40:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06214bd

games-util/gtkevemon: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 games-util/gtkevemon/gtkevemon-1.8-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild 
b/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild
index a8077e1..d944136 100644
--- a/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild
+++ b/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
-inherit eutils
+EAPI=5
+inherit eutils flag-o-matic
 
 IUSE=""
 if [[ ${PV} == *9999* ]]; then
@@ -42,6 +41,8 @@ src_prepare() {
        epatch "${DISTDIR}/${P}-learning.patch.gz"
        # pthreads build fix, bug #423305
        epatch "${FILESDIR}/${P}-pthreads-build-fix.patch"
+
+       append-cxxflags -std=c++11
 }
 
 src_install() {

Reply via email to