commit: 9ed040e4532079eb89290613e942c46132c718ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:52:31 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 16:21:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed040e4
app-crypt/certbot-nginx: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/certbot-nginx/certbot-nginx-0.40.1.ebuild | 2 +-
app-crypt/certbot-nginx/certbot-nginx-1.0.0.ebuild | 2 +-
app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild | 2 +-
app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.40.1.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-0.40.1.ebuild
index 460957ae7e9..7b3da2e7ed6 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-0.40.1.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-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-nginx/certbot-nginx-1.0.0.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-1.0.0.ebuild
index 1ae5cc3ffcf..0344f2130cb 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.0.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-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-nginx/certbot-nginx-1.1.0.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild
index b7c737e19b3..f272a24ec51 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-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-nginx/certbot-nginx-9999.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
index b7c737e19b3..f272a24ec51 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-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"