From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69A47138359 for ; Wed, 7 Oct 2020 19:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1FD2E0887; Wed, 7 Oct 2020 19:06:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 983B2E0887 for ; Wed, 7 Oct 2020 19:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 606AA335DBA for ; Wed, 7 Oct 2020 19:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1863E391 for ; Wed, 7 Oct 2020 19:06:22 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1602097576.23587003608e93e1ea59fe80fed3dd7e06f4bc6e.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.10.0-r1.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 23587003608e93e1ea59fe80fed3dd7e06f4bc6e X-VCS-Branch: master Date: Wed, 7 Oct 2020 19:06:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5096d22-581b-4c62-b78b-02c8dd003fcb X-Archives-Hash: 18d797202f00eb4036ca46974c32fa3c commit: 23587003608e93e1ea59fe80fed3dd7e06f4bc6e Author: Patrick McLean sony com> AuthorDate: Wed Oct 7 18:59:06 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Oct 7 19:06:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23587003 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 gentoo.org> app-admin/ansible/ansible-2.10.0-r1.ebuild | 2 +- app-admin/ansible/ansible-9999.ebuild | 2 +- 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 5190c5124e2..461ecf203b3 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 546b4d203b3..89c17e7f6e8 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