diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:57 +0200 |
commit | 56596ea51bf5e695852b6cd01fe983b6f8ac7747 (patch) | |
tree | 7e8a8875fdca0fef596bfab1615290ab1bf6d35e /sci-biology/bcftools | |
parent | net-wireless/uhd: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-56596ea51bf5e695852b6cd01fe983b6f8ac7747.tar.gz gentoo-56596ea51bf5e695852b6cd01fe983b6f8ac7747.tar.bz2 gentoo-56596ea51bf5e695852b6cd01fe983b6f8ac7747.zip |
sci-biology/bcftools: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/bcftools')
-rw-r--r-- | sci-biology/bcftools/bcftools-1.10.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/bcftools/bcftools-1.10.2.ebuild b/sci-biology/bcftools/bcftools-1.10.2.ebuild index 46a30f0863a8..a484f69133e5 100644 --- a/sci-biology/bcftools/bcftools-1.10.2.ebuild +++ b/sci-biology/bcftools/bcftools-1.10.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit python-single-r1 @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" dev-lang/perl $(python_gen_cond_dep ' - dev-python/matplotlib[${PYTHON_MULTI_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] ') =sci-libs/htslib-${PV}*:= sys-libs/zlib:= |