From: Michał Górny Date: Fri, 7 Feb 2020 17:56:41 +0000 (+0100) Subject: sci-biology/tophat: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8ab3cc046c254dc72c7186d52b0f44a666680d67;p=gentoo.git sci-biology/tophat: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/sci-biology/tophat/tophat-2.1.1-r4.ebuild b/sci-biology/tophat/tophat-2.1.1-r5.ebuild 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 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}