app-admin/ansible: Add support for newer python

Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
Pacho Ramos
2017-12-09 15:13:29 +01:00
parent 1ecf48c7d4
commit 1d841b0ee7
2 changed files with 2 additions and 2 deletions

View 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

View 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