app-admin/ansible: adding py3
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 24 Aug 2017 19:17:19 +0000 (14:17 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 24 Aug 2017 19:18:17 +0000 (14:18 -0500)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-admin/ansible/ansible-2.3.2.0-r1.ebuild
app-admin/ansible/ansible-9999.ebuild

index 7318f41c29d2b75370cbb44f42def4e338a1cd7c..012c08c8ed951ee85069736bd043fa1430e8d0d9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_5 )
 
 inherit distutils-r1 eutils versionator
 
index d6f59323d5925e746430aef28ae86853537745e8..b0d2a5c8be6a098247e9b7b7300efb0a99f2d2ce 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
 
 inherit distutils-r1 git-r3