From 8ab3cc046c254dc72c7186d52b0f44a666680d67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 18:56:41 +0100 Subject: [PATCH] sci-biology/tophat: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{tophat-2.1.1-r4.ebuild => tophat-2.1.1-r5.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename sci-biology/tophat/{tophat-2.1.1-r4.ebuild => tophat-2.1.1-r5.ebuild} (92%) 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} -- 2.26.2