commit: e0c2fb7005e9acff0d4f7183086e2c492471e780 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com> AuthorDate: Tue Oct 27 16:19:24 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Tue Oct 27 21:55:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c2fb70
app-admin/ansible-base: 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-base/ansible-base-2.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3bd995eab9e..6843d55c470 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
