sci-biology/tophat: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 17:56:41 +0000 (18:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:35:16 +0000 (17:35 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-biology/tophat/tophat-2.1.1-r5.ebuild [moved from sci-biology/tophat/tophat-2.1.1-r4.ebuild with 92% similarity]

similarity index 92%
rename from sci-biology/tophat/tophat-2.1.1-r4.ebuild
rename to sci-biology/tophat/tophat-2.1.1-r5.ebuild
index 590f6eb2d20f0207a72718dd145796a47f5252dc..84f3d82b39d0e33008a24f26cd4370668796f499 100644 (file)
@@ -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}