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 1FCE3138350 for ; Tue, 4 Feb 2020 16:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D83F3E085A; Tue, 4 Feb 2020 16:22:01 +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 A69BAE085A for ; Tue, 4 Feb 2020 16:22:01 +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 4811A34E6FB for ; Tue, 4 Feb 2020 16:22:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94C6B0 for ; Tue, 4 Feb 2020 16:21:58 +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: <1580833309.a08da5c457ffb08746eb3bd78f428519d4b7f328.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild app-crypt/certbot-apache/certbot-apache-9999.ebuild X-VCS-Directories: app-crypt/certbot-apache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a08da5c457ffb08746eb3bd78f428519d4b7f328 X-VCS-Branch: master Date: Tue, 4 Feb 2020 16:21: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: 073b83c5-72e8-4bc2-93d3-e6e45ff88d2d X-Archives-Hash: d66002af1338f2a1a196751606166b11 commit: a08da5c457ffb08746eb3bd78f428519d4b7f328 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 4 15:52:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 4 16:21:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08da5c4 app-crypt/certbot-apache: Remove py2 Signed-off-by: Michał Górny gentoo.org> app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild | 2 +- app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild | 2 +- app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild | 2 +- app-crypt/certbot-apache/certbot-apache-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild b/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild index c926083fd0a..775499f0b0d 100644 --- a/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{2_7,3_6,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild index c926083fd0a..775499f0b0d 100644 --- a/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{2_7,3_6,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild index d7739ed00d8..cef80d06281 100644 --- a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{2_7,3_6,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild index 718afbc3702..75361a0f59f 100644 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{2_7,3_6,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git"