diff options
author | Nicholas Meyer <nickaristocrates@gmail.com> | 2020-10-27 09:19:24 -0700 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-27 16:55:31 -0500 |
commit | e0c2fb7005e9acff0d4f7183086e2c492471e780 (patch) | |
tree | 5da0cbf974f10ebb25f945aae387d4ab49006603 /app-admin/ansible-base | |
parent | sys-cluster/cinder: 16.2.0 stable amd64/x86 with cleanup (diff) | |
download | gentoo-e0c2fb7005e9acff0d4f7183086e2c492471e780.tar.gz gentoo-e0c2fb7005e9acff0d4f7183086e2c492471e780.tar.bz2 gentoo-e0c2fb7005e9acff0d4f7183086e2c492471e780.zip |
app-admin/ansible-base: add python3_9 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/751475
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible-base')
-rw-r--r-- | app-admin/ansible-base/ansible-base-2.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-base/ansible-base-2.10.2.ebuild b/app-admin/ansible-base/ansible-base-2.10.2.ebuild index 3bd995eab9e6..6843d55c4702 100644 --- a/app-admin/ansible-base/ansible-base-2.10.2.ebuild +++ b/app-admin/ansible-base/ansible-base-2.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 eutils |