diff options
-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" |