Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/express/
Date: Sun, 14 Oct 2018 16:34:47
Message-Id: 1539534869.2e39fa5d652b78dfd2d3fb38f2165e6e358dd587.asturm@gentoo
1 commit: 2e39fa5d652b78dfd2d3fb38f2165e6e358dd587
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 16:29:31 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 16:34:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e39fa5d
7
8 sci-biology/express: EAPI-6 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-biology/express/express-1.5.1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-biology/express/express-1.5.1.ebuild b/sci-biology/express/express-1.5.1.ebuild
17 index 62e5361f529..148df8a8ce1 100644
18 --- a/sci-biology/express/express-1.5.1.ebuild
19 +++ b/sci-biology/express/express-1.5.1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit cmake-utils
29
30 @@ -18,8 +18,9 @@ DEPEND="
31 >=dev-libs/boost-1.52.0:=
32 dev-libs/protobuf
33 dev-util/google-perftools
34 + sci-biology/bamtools
35 sys-libs/zlib
36 - sci-biology/bamtools"
37 +"
38 RDEPEND="${DEPEND}"
39
40 S="${WORKDIR}/${P}-src"