commit: 4b230eb96e0e8aa94626acf91ed82d449bad58b6 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com> AuthorDate: Tue Oct 27 16:19:55 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Tue Oct 27 21:55:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b230eb9
app-admin/ansible: add python3_9 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/751475 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com> Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/ansible/ansible-2.10.0-r2.ebuild | 2 +- app-admin/ansible/ansible-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ansible/ansible-2.10.0-r2.ebuild b/app-admin/ansible/ansible-2.10.0-r2.ebuild index 8d0840b757f..eae0967a94a 100644 --- a/app-admin/ansible/ansible-2.10.0-r2.ebuild +++ b/app-admin/ansible/ansible-2.10.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 89c17e7f6e8..d3bff29efe2 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 eutils
