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 8309D13835A for ; Tue, 27 Oct 2020 21:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD0C8E0891; Tue, 27 Oct 2020 21:56:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3D38E0891 for ; Tue, 27 Oct 2020 21:56:00 +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 4A18F340D56 for ; Tue, 27 Oct 2020 21:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 043AC3B5 for ; Tue, 27 Oct 2020 21:55:58 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1603835732.4b230eb96e0e8aa94626acf91ed82d449bad58b6.prometheanfire@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-r2.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 4b230eb96e0e8aa94626acf91ed82d449bad58b6 X-VCS-Branch: master Date: Tue, 27 Oct 2020 21:55:58 +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: 647bb688-aee1-485c-aceb-dbc5a56eaff6 X-Archives-Hash: 06e1f57efe3a4c23b836b9bd491c5431 commit: 4b230eb96e0e8aa94626acf91ed82d449bad58b6 Author: Nicholas Meyer gmail com> AuthorDate: Tue Oct 27 16:19:55 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Oct 27 21:55:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b230eb9 app-admin/ansible: add python3_9 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/751475 Signed-off-by: Nicholas Meyer gmail.com> Signed-off-by: Matthew Thode gentoo.org> app-admin/ansible/ansible-2.10.0-r2.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-r2.ebuild b/app-admin/ansible/ansible-2.10.0-r2.ebuild index 8d0840b757f..eae0967a94a 100644 --- a/app-admin/ansible/ansible-2.10.0-r2.ebuild +++ b/app-admin/ansible/ansible-2.10.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) 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 89c17e7f6e8..d3bff29efe2 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..8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 eutils