commit:     f6511160be3f7c9524a837cfaa75d23549901f58
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 13:31:53 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 13:40:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6511160

sci-physics/h2o-gtk: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild 
b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
index fb30e91..a888484 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
-inherit autotools-utils
+EAPI=5
+inherit autotools-utils flag-o-matic
 
 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
 HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/";
@@ -19,3 +18,8 @@ RDEPEND="dev-cpp/gtkmm
        >=sci-libs/libh2oxx-0.2
        sci-libs/plotmm"
 DEPEND="${RDEPEND}"
+
+src_prepare() {
+       autotools-utils_src_prepare
+       append-cxxflags -std=c++11
+}

Reply via email to