diff options
Diffstat (limited to 'dev-python/sra/sra-9999.ebuild')
-rw-r--r-- | dev-python/sra/sra-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/sra/sra-9999.ebuild b/dev-python/sra/sra-9999.ebuild index c939415..5ffb9b0 100644 --- a/dev-python/sra/sra-9999.ebuild +++ b/dev-python/sra/sra-9999.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..12} ) + +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 git-r3 DESCRIPTION="SRA Command Line Tools" |