diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 15:13:29 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 15:19:10 +0100 |
commit | 1d841b0ee70b56e676b2fde473db9e9561981c6a (patch) | |
tree | fce683783a5b1065f1055dc8210bf80f6bb1b2c6 | |
parent | dev-python/mock: Add support for newer python (diff) | |
download | gentoo-1d841b0ee70b56e676b2fde473db9e9561981c6a.tar.gz gentoo-1d841b0ee70b56e676b2fde473db9e9561981c6a.tar.bz2 gentoo-1d841b0ee70b56e676b2fde473db9e9561981c6a.zip |
app-admin/ansible: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r-- | app-admin/ansible/ansible-2.4.2.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible/ansible-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-2.4.2.0.ebuild b/app-admin/ansible/ansible-2.4.2.0.ebuild index 682eaf4749b0..ce8483dc7145 100644 --- a/app-admin/ansible/ansible-2.4.2.0.ebuild +++ b/app-admin/ansible/ansible-2.4.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 eutils versionator diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 258cf6798cfb..3470c23efa9c 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 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 git-r3 eutils |