summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-10 21:26:33 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-10 21:28:22 +0100
commit7b66ae765d1e4c2f9b1dd87a75e74475131bedff (patch)
treeca9afb90135785264f84186d6145638a13dab778 /sci-chemistry
parentdev-python/elasticsearch-py: drop old (diff)
downloadgentoo-7b66ae765d1e4c2f9b1dd87a75e74475131bedff.tar.gz
gentoo-7b66ae765d1e4c2f9b1dd87a75e74475131bedff.tar.bz2
gentoo-7b66ae765d1e4c2f9b1dd87a75e74475131bedff.zip
sci-chemistry/mm-align: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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
}