diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 16:52:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 17:21:49 +0100 |
commit | a08da5c457ffb08746eb3bd78f428519d4b7f328 (patch) | |
tree | c7ebed76cc64fbd9878eb740a37b975e326a6744 /app-crypt/certbot-apache | |
parent | net-im/skypeforlinux: Fix sandbox mode (diff) | |
download | gentoo-a08da5c457ffb08746eb3bd78f428519d4b7f328.tar.gz gentoo-a08da5c457ffb08746eb3bd78f428519d4b7f328.tar.bz2 gentoo-a08da5c457ffb08746eb3bd78f428519d4b7f328.zip |
app-crypt/certbot-apache: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-apache')
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 c926083fd0ac..775499f0b0df 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 c926083fd0ac..775499f0b0df 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 d7739ed00d89..cef80d06281a 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 718afbc37025..75361a0f59f5 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" |