diff options
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:= |