diff options
-rw-r--r-- | app-admin/ansible/ansible-2.7.6.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible/ansible-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/ansible/ansible-2.7.6.ebuild b/app-admin/ansible/ansible-2.7.6.ebuild index c32faea9ddfd..1363dee05e63 100644 --- a/app-admin/ansible/ansible-2.7.6.ebuild +++ b/app-admin/ansible/ansible-2.7.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 7fa4fe6b36e9..5beb3f4d23f8 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 git-r3 eutils |