commit: a08da5c457ffb08746eb3bd78f428519d4b7f328
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:52:03 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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"