commit:     0e149ae2a65f5d57b8eb1837c8f173607eb8dda8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 15:23:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 15:29:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e149ae2

app-crypt/acme: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/acme/acme-0.39.0.ebuild | 2 +-
 app-crypt/acme/acme-0.40.1.ebuild | 2 +-
 app-crypt/acme/acme-1.0.0.ebuild  | 2 +-
 app-crypt/acme/acme-1.1.0.ebuild  | 2 +-
 app-crypt/acme/acme-9999.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-crypt/acme/acme-0.39.0.ebuild 
b/app-crypt/acme/acme-0.39.0.ebuild
index f045a98c086..0ce5fe5770d 100644
--- a/app-crypt/acme/acme-0.39.0.ebuild
+++ b/app-crypt/acme/acme-0.39.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/acme/acme-0.40.1.ebuild 
b/app-crypt/acme/acme-0.40.1.ebuild
index f045a98c086..0ce5fe5770d 100644
--- a/app-crypt/acme/acme-0.40.1.ebuild
+++ b/app-crypt/acme/acme-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/acme/acme-1.0.0.ebuild b/app-crypt/acme/acme-1.0.0.ebuild
index f045a98c086..0ce5fe5770d 100644
--- a/app-crypt/acme/acme-1.0.0.ebuild
+++ b/app-crypt/acme/acme-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/acme/acme-1.1.0.ebuild b/app-crypt/acme/acme-1.1.0.ebuild
index da68660fa26..4aaf884c944 100644
--- a/app-crypt/acme/acme-1.1.0.ebuild
+++ b/app-crypt/acme/acme-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,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/certbot/certbot.git";

diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index da68660fa26..4aaf884c944 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-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,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/certbot/certbot.git";

Reply via email to