summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:56:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:35:16 +0100
commit8ab3cc046c254dc72c7186d52b0f44a666680d67 (patch)
tree3c3a92bf2798071ce85672dd205ba87391e8b299
parentsci-biology/bcftools: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-8ab3cc046c254dc72c7186d52b0f44a666680d67.tar.gz
gentoo-8ab3cc046c254dc72c7186d52b0f44a666680d67.tar.bz2
gentoo-8ab3cc046c254dc72c7186d52b0f44a666680d67.zip
sci-biology/tophat: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sci-biology/tophat/tophat-2.1.1-r5.ebuild (renamed from sci-biology/tophat/tophat-2.1.1-r4.ebuild)8
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-biology/tophat/tophat-2.1.1-r4.ebuild b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
index 590f6eb2d20f..84f3d82b39d0 100644
--- a/sci-biology/tophat/tophat-2.1.1-r4.ebuild
+++ b/sci-biology/tophat/tophat-2.1.1-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,8 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-libs/boost:=[threads]
- dev-python/intervaltree[${PYTHON_USEDEP}]
- dev-python/sortedcontainers[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/intervaltree[${PYTHON_MULTI_USEDEP}]
+ dev-python/sortedcontainers[${PYTHON_MULTI_USEDEP}]
+ ')
sci-biology/samtools:0.1-legacy
sci-biology/bowtie:2"
DEPEND="${RDEPEND}