summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util')
-rw-r--r--games-util/gtkevemon/gtkevemon-1.8-r1.ebuild7
1 files 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 a8077e1a2917..d94413669e0c 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() {