commit: 6764329ca3a139ba9df32f05b74393a1e7d5fa44
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:20:34 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:20:34 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6764329c
sci-biology/pb-honey: QA fixes
Bump to EAPI 6
add missing slot operator
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/pb-honey/pb-honey-14.1.15.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/pb-honey/pb-honey-14.1.15.ebuild
b/sci-biology/pb-honey/pb-honey-14.1.15.ebuild
index 726840e..ba62451 100644
--- a/sci-biology/pb-honey/pb-honey-14.1.15.ebuild
+++ b/sci-biology/pb-honey/pb-honey-14.1.15.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=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
@@ -18,9 +18,9 @@ KEYWORDS=""
IUSE=""
DEPEND="
- sci-biology/samtools[${PYTHON_USEDEP}]
sci-biology/blasr
sci-biology/pysam[${PYTHON_USEDEP}]
+ sci-biology/samtools:0[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"