From 0eb2bbd9cad998c14559af0c2bcf267538bf85eb Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 28 Jan 2019 14:26:19 -0600 Subject: app-admin/ansible: add py37 support Bug: https://bugs.gentoo.org/676510 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- app-admin/ansible/ansible-2.7.6.ebuild | 2 +- app-admin/ansible/ansible-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app-admin') 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 -- cgit v1.2.3-65-gdbad