diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-13 23:19:39 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-13 23:19:39 -0500 |
commit | f461923488099badc2a227fcbd87d5b31267f010 (patch) | |
tree | 1d9f7f9983cf1c17bce5ee490c6f15fb2b651969 /dev-python/PyECLib | |
parent | app-admin/ansible-base: 2.10.8 bump (diff) | |
download | gentoo-f461923488099badc2a227fcbd87d5b31267f010.tar.gz gentoo-f461923488099badc2a227fcbd87d5b31267f010.tar.bz2 gentoo-f461923488099badc2a227fcbd87d5b31267f010.zip |
dev-python/PyECLib: add py39
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/PyECLib')
-rw-r--r-- | dev-python/PyECLib/PyECLib-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild b/dev-python/PyECLib/PyECLib-1.6.0.ebuild index 72e3bb14389a..2932a93997d4 100644 --- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild +++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_7 python3_8 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) inherit distutils-r1 eutils multilib |