commit:     1d841b0ee70b56e676b2fde473db9e9561981c6a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 14:13:29 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 14:19:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d841b0e

app-admin/ansible: Add support for newer python

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-admin/ansible/ansible-2.4.2.0.ebuild | 2 +-
 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 682eaf4749b..ce8483dc714 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 258cf6798cf..3470c23efa9 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
 

Reply via email to