Skip to content

Commit

Permalink
dev-cpp/gtkmm-utils: Fix building with latest glibmm/libsigc++
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 23, 2015
1 parent e5c4b5f commit 75c13e9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -28,5 +27,11 @@ src_prepare() {
}

src_configure() {
append-cxxflags -std=c++11
econf $(use_enable doc documentation)
}

src_install() {
default
prune_libtool_files
}

0 comments on commit 75c13e9

Please sign in to comment.