summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:56:15 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:35:15 +0100
commit4394f8b4a2879971798e2bb96736b3c4dec092f0 (patch)
tree1c495859e3d75117927cdbfe321ec68aa0344525 /sci-biology/bcftools
parentnet-wireless/wifi-radar: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-4394f8b4a2879971798e2bb96736b3c4dec092f0.tar.gz
gentoo-4394f8b4a2879971798e2bb96736b3c4dec092f0.tar.bz2
gentoo-4394f8b4a2879971798e2bb96736b3c4dec092f0.zip
sci-biology/bcftools: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-biology/bcftools')
-rw-r--r--sci-biology/bcftools/bcftools-1.9-r2.ebuild (renamed from sci-biology/bcftools/bcftools-1.9-r1.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-biology/bcftools/bcftools-1.9-r1.ebuild b/sci-biology/bcftools/bcftools-1.9-r2.ebuild
index 8141e6d22924..eafe63a1ee54 100644
--- a/sci-biology/bcftools/bcftools-1.9-r1.ebuild
+++ b/sci-biology/bcftools/bcftools-1.9-r2.ebuild
@@ -18,7 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
dev-lang/perl
- dev-python/matplotlib[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+ ')
=sci-libs/htslib-${PV}*:=
sys-libs/zlib:=
${PYTHON_DEPS}"