dev-cpp/gtkmm-utils: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 11:03:40 +0000 (12:03 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 11:03:40 +0000 (12:03 +0100)
Package-Manager: portage-2.2.26

dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild

index ea91835d54eb866ff5d9f5326375f687df24450e..cb1da71e662d6f7637ada1a348a2e87dafed4098 100644 (file)
@@ -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
 
 DESCRIPTION="Utility functions, classes and widgets written on top of gtkmm and
 glibmm."
@@ -28,5 +27,11 @@ src_prepare() {
 }
 
 src_configure() {
+       append-cxxflags -std=c++11
        econf $(use_enable doc documentation)
 }
+
+src_install() {
+       default
+       prune_libtool_files
+}