diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:56:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:35:15 +0100 |
commit | 4394f8b4a2879971798e2bb96736b3c4dec092f0 (patch) | |
tree | 1c495859e3d75117927cdbfe321ec68aa0344525 /sci-biology/bcftools | |
parent | net-wireless/wifi-radar: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-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}" |