summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/h2o-gtk/h2o-gtk-9999.ebuild')
-rw-r--r--sci-physics/h2o-gtk/h2o-gtk-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
index dd9d42e7722f..1096a19fbbc2 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils git-r3
+inherit autotools git-r3
DESCRIPTION="GTK+ UI for libh2o -- water & steam properties"
HOMEPAGE="https://github.com/mgorny/h2o-gtk/"
@@ -21,3 +19,8 @@ RDEPEND="dev-cpp/gtkmm:2.4=
sci-libs/libh2oxx:0=
sci-libs/plotmm:0="
DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}