media-sound/gejengel: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:10:52 +0000 (21:10 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:17 +0000 (21:38 +0100)
Package-Manager: portage-2.2.26

media-sound/gejengel/gejengel-0.1.4-r2.ebuild

index c49ab01b64d6e3f01659109fb89868daca9114ce..79c795430b5cfea5d419337c3f25aebd48cc3f95 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 inherit autotools eutils multilib flag-o-matic
 
 DESCRIPTION="Lightweight audio player"
@@ -53,6 +53,7 @@ src_prepare() {
 }
 
 src_configure() {
+       append-cxxflags -std=c++11
        econf \
                --disable-shared \
                $(use_enable syslog logging) \