commit:     7dd418c9e08883d2472d70d3e402a59cfb8e7221
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:07:22 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:07:22 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7dd418c9

sci-biology/metaseq: 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/metaseq/metaseq-0.5.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/metaseq/metaseq-0.5.3.ebuild 
b/sci-biology/metaseq/metaseq-0.5.3.ebuild
index 0713206..9a0ee2f 100644
--- a/sci-biology/metaseq/metaseq-0.5.3.ebuild
+++ b/sci-biology/metaseq/metaseq-0.5.3.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 )
 
@@ -26,7 +26,7 @@ RDEPEND="
        sci-biology/gffutils[${PYTHON_USEDEP}]
        sci-biology/pysam[${PYTHON_USEDEP}]
        sci-biology/pybedtools[${PYTHON_USEDEP}]
-       sci-biology/samtools[${PYTHON_USEDEP}]
+       sci-biology/samtools:0[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]
        "
 DEPEND="${RDEPEND}"

Reply via email to