summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-10-07 11:59:06 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-10-07 12:06:16 -0700
commit23587003608e93e1ea59fe80fed3dd7e06f4bc6e (patch)
treec158a34806fda4db99fbb2529ce4d01093d5fe14 /app-admin
parentapp-admin/ansible-base: add py38 (diff)
downloadgentoo-23587003608e93e1ea59fe80fed3dd7e06f4bc6e.tar.gz
gentoo-23587003608e93e1ea59fe80fed3dd7e06f4bc6e.tar.bz2
gentoo-23587003608e93e1ea59fe80fed3dd7e06f4bc6e.zip
app-admin/ansible: add py38
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/ansible/ansible-2.10.0-r1.ebuild2
-rw-r--r--app-admin/ansible/ansible-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-2.10.0-r1.ebuild b/app-admin/ansible/ansible-2.10.0-r1.ebuild
index 5190c5124e20..461ecf203b30 100644
--- a/app-admin/ansible/ansible-2.10.0-r1.ebuild
+++ b/app-admin/ansible/ansible-2.10.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..8} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1 eutils
diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild
index 546b4d203b3a..89c17e7f6e8a 100644
--- a/app-admin/ansible/ansible-9999.ebuild
+++ b/app-admin/ansible/ansible-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..8} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1 eutils