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 476A5138350 for ; Wed, 5 Feb 2020 14:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62216E0BB3; Wed, 5 Feb 2020 14:24:33 +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 23535E0BB3 for ; Wed, 5 Feb 2020 14:24:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2C92834E795 for ; Wed, 5 Feb 2020 14:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6068F12B for ; Wed, 5 Feb 2020 14:24:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580912655.61354dabafc702e0b890c11c3cd7167d921c746b.mgorny@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.7.15.ebuild app-admin/ansible/ansible-2.8.7.ebuild app-admin/ansible/ansible-2.8.8.ebuild app-admin/ansible/ansible-2.9.2.ebuild app-admin/ansible/ansible-2.9.3.ebuild app-admin/ansible/ansible-2.9.4.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 61354dabafc702e0b890c11c3cd7167d921c746b X-VCS-Branch: master Date: Wed, 5 Feb 2020 14:24:29 +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: 9ecf7235-01e5-4759-b2df-d426db3b7095 X-Archives-Hash: 2f9605cf266a3c04dd66c7d31403d669 commit: 61354dabafc702e0b890c11c3cd7167d921c746b Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 14:15:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 14:24:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61354dab app-admin/ansible: Remove py2 Signed-off-by: Michał Górny gentoo.org> app-admin/ansible/ansible-2.7.15.ebuild | 2 +- app-admin/ansible/ansible-2.8.7.ebuild | 2 +- app-admin/ansible/ansible-2.8.8.ebuild | 2 +- app-admin/ansible/ansible-2.9.2.ebuild | 2 +- app-admin/ansible/ansible-2.9.3.ebuild | 2 +- app-admin/ansible/ansible-2.9.4.ebuild | 2 +- app-admin/ansible/ansible-9999.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-admin/ansible/ansible-2.7.15.ebuild b/app-admin/ansible/ansible-2.7.15.ebuild index f018a7d3ae6..1d192f699c0 100644 --- a/app-admin/ansible/ansible-2.7.15.ebuild +++ b/app-admin/ansible/ansible-2.7.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-2.8.7.ebuild b/app-admin/ansible/ansible-2.8.7.ebuild index 9ec731c9b53..b252901fb90 100644 --- a/app-admin/ansible/ansible-2.8.7.ebuild +++ b/app-admin/ansible/ansible-2.8.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-2.8.8.ebuild b/app-admin/ansible/ansible-2.8.8.ebuild index feb3f71a3ac..b34d22be5ff 100644 --- a/app-admin/ansible/ansible-2.8.8.ebuild +++ b/app-admin/ansible/ansible-2.8.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-2.9.2.ebuild b/app-admin/ansible/ansible-2.9.2.ebuild index 205e178f21d..4e4f9dd72e8 100644 --- a/app-admin/ansible/ansible-2.9.2.ebuild +++ b/app-admin/ansible/ansible-2.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-2.9.3.ebuild b/app-admin/ansible/ansible-2.9.3.ebuild index 87aa8f15ecb..73f6fb55df5 100644 --- a/app-admin/ansible/ansible-2.9.3.ebuild +++ b/app-admin/ansible/ansible-2.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-2.9.4.ebuild b/app-admin/ansible/ansible-2.9.4.ebuild index 87aa8f15ecb..73f6fb55df5 100644 --- a/app-admin/ansible/ansible-2.9.4.ebuild +++ b/app-admin/ansible/ansible-2.9.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 0e604595dbc..308ff48bd20 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 git-r3 eutils