From: Pacho Ramos Date: Wed, 23 Dec 2015 11:03:40 +0000 (+0100) Subject: dev-cpp/gtkmm-utils: Fix building with latest glibmm/libsigc++ X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75c13e9e91c547a7615dac8bbde7f3634b95d87c;p=gentoo.git dev-cpp/gtkmm-utils: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 --- diff --git a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild index ea91835d54eb..cb1da71e662d 100644 --- a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild +++ b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.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 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 +}