Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/uchime/
Date: Wed, 08 Feb 2017 12:35:16
Message-Id: 1486557301.8ae066be32756c3fd9c4398878c71ac31f261056.johu@gentoo
1 commit: 8ae066be32756c3fd9c4398878c71ac31f261056
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 12:34:44 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 12:35:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae066be
7
8 sci-biology/uchime: EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-biology/uchime/uchime-4.2.40.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/uchime/uchime-4.2.40.ebuild b/sci-biology/uchime/uchime-4.2.40.ebuild
16 index 556e29b797..06ab5a5249 100644
17 --- a/sci-biology/uchime/uchime-4.2.40.ebuild
18 +++ b/sci-biology/uchime/uchime-4.2.40.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=4
26 +EAPI=6
27
28 inherit cmake-utils
29
30 @@ -21,4 +21,6 @@ S="${WORKDIR}"/${MY_P}
31
32 src_prepare() {
33 cp "${FILESDIR}"/CMakeLists.txt . || die
34 +
35 + cmake-utils_src_prepare
36 }