diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 16:52:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 17:21:52 +0100 |
commit | c184d32ecd957af10d498b415a94d3b60676c31d (patch) | |
tree | 7d677107c588ef4085642dc2c3d7e86d9a9a91f4 | |
parent | app-crypt/certbot-nginx: Remove py2 (diff) | |
download | gentoo-c184d32ecd957af10d498b415a94d3b60676c31d.tar.gz gentoo-c184d32ecd957af10d498b415a94d3b60676c31d.tar.bz2 gentoo-c184d32ecd957af10d498b415a94d3b60676c31d.zip |
app-crypt/certbot: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-crypt/certbot/certbot-0.39.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-0.40.1.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-1.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/certbot/certbot-0.39.0.ebuild b/app-crypt/certbot/certbot-0.39.0.ebuild index 186da7592eca..00ca3acc612d 100644 --- a/app-crypt/certbot/certbot-0.39.0.ebuild +++ b/app-crypt/certbot/certbot-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/certbot/certbot-0.40.1.ebuild b/app-crypt/certbot/certbot-0.40.1.ebuild index 308bd367bff6..6ec4076e0c5b 100644 --- a/app-crypt/certbot/certbot-0.40.1.ebuild +++ b/app-crypt/certbot/certbot-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/certbot-1.0.0-r1.ebuild b/app-crypt/certbot/certbot-1.0.0-r1.ebuild index 23177e8bb65c..6b8dd39904dd 100644 --- a/app-crypt/certbot/certbot-1.0.0-r1.ebuild +++ b/app-crypt/certbot/certbot-1.0.0-r1.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/certbot-1.1.0.ebuild b/app-crypt/certbot/certbot-1.1.0.ebuild index e3c2f890315a..ec673774775d 100644 --- a/app-crypt/certbot/certbot-1.1.0.ebuild +++ b/app-crypt/certbot/certbot-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/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index e3c2f890315a..ec673774775d 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-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" |