commit: 1cdba91e7b39fd14db3846a6f8ebeecfda9e02a8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 20:10:52 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:38:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdba91e
media-sound/gejengel: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
media-sound/gejengel/gejengel-0.1.4-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
b/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
index c49ab01..79c7954 100644
--- a/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
+++ b/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
@@ -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) \