commit: 7efd4a0f40f28cd6fb017f306a58dd33ea3ff26c Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Tue May 9 14:56:16 2017 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Tue May 9 14:56:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efd4a0f
app-admin/ansible: adding python3_5 support Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-admin/ansible/ansible-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 5df92ba27fd..1457485e6f3 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 git-r3