commit: 8ae066be32756c3fd9c4398878c71ac31f261056
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 12:34:44 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 12:35:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae066be
sci-biology/uchime: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-biology/uchime/uchime-4.2.40.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-biology/uchime/uchime-4.2.40.ebuild
b/sci-biology/uchime/uchime-4.2.40.ebuild
index 556e29b797..06ab5a5249 100644
--- a/sci-biology/uchime/uchime-4.2.40.ebuild
+++ b/sci-biology/uchime/uchime-4.2.40.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 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
@@ -21,4 +21,6 @@ S="${WORKDIR}"/${MY_P}
src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt . || die
+
+ cmake-utils_src_prepare
}