aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 14:20:34 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-29 14:20:34 +0000
commit6764329ca3a139ba9df32f05b74393a1e7d5fa44 (patch)
treeeea56fe784e9d9e1167d1c6e2350e1224684071a /sci-biology/pb-honey/pb-honey-14.1.15.ebuild
parentsci-chemistry/ball: QA fixes (diff)
downloadsci-6764329ca3a139ba9df32f05b74393a1e7d5fa44.tar.gz
sci-6764329ca3a139ba9df32f05b74393a1e7d5fa44.tar.bz2
sci-6764329ca3a139ba9df32f05b74393a1e7d5fa44.zip
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@gentoo.org>
Diffstat (limited to 'sci-biology/pb-honey/pb-honey-14.1.15.ebuild')
-rw-r--r--sci-biology/pb-honey/pb-honey-14.1.15.ebuild6
1 files 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 726840e02..ba6245154 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}"