commit: 2e39fa5d652b78dfd2d3fb38f2165e6e358dd587
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 16:29:31 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 16:34:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e39fa5d
sci-biology/express: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sci-biology/express/express-1.5.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sci-biology/express/express-1.5.1.ebuild
b/sci-biology/express/express-1.5.1.ebuild
index 62e5361f529..148df8a8ce1 100644
--- a/sci-biology/express/express-1.5.1.ebuild
+++ b/sci-biology/express/express-1.5.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit cmake-utils
@@ -18,8 +18,9 @@ DEPEND="
>=dev-libs/boost-1.52.0:=
dev-libs/protobuf
dev-util/google-perftools
+ sci-biology/bamtools
sys-libs/zlib
- sci-biology/bamtools"
+"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${P}-src"