app-admin/ansible: Add support for newer python
authorPacho Ramos <pacho@gentoo.org>
Sat, 9 Dec 2017 14:13:29 +0000 (15:13 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 9 Dec 2017 14:19:10 +0000 (15:19 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

app-admin/ansible/ansible-2.4.2.0.ebuild
app-admin/ansible/ansible-9999.ebuild

index 682eaf4749b0b0b1f8f6afc041f98e4e3a7b3d58..ce8483dc714555fe45d86c5dfadfa0b56b59c5d9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 
 inherit distutils-r1 eutils versionator
 
index 258cf6798cfb87f813e6a1141bad9dfd24e26f66..3470c23efa9c91bf9728d46b4bc3b6be4e366c11 100644 (file)
@@ -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