summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mm-align/mm-align-20120321.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-chemistry/mm-align/mm-align-20120321.ebuild b/sci-chemistry/mm-align/mm-align-20120321.ebuild
index 7a0c7da5d89b..607fd2929d55 100644
--- a/sci-chemistry/mm-align/mm-align-20120321.ebuild
+++ b/sci-chemistry/mm-align/mm-align-20120321.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
inherit cmake-utils fortran-2
@@ -19,4 +19,6 @@ S="${WORKDIR}"
src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt . || die
+
+ cmake-utils_src_prepare
}