summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-04-18 13:24:23 -0400
committerCraig Andrews <candrews@gentoo.org>2020-04-18 13:55:14 -0400
commita8db06756c0d5e9599377cf2d4deac65de3bd56d (patch)
treecbcdb5c0737ada43210a900701e8304c5f940871
parentdev-python/configobj: Python 3.8 compatibility (diff)
downloadgentoo-a8db06756c0d5e9599377cf2d4deac65de3bd56d.tar.gz
gentoo-a8db06756c0d5e9599377cf2d4deac65de3bd56d.tar.bz2
gentoo-a8db06756c0d5e9599377cf2d4deac65de3bd56d.zip
app-crypt/certbot: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r--app-crypt/certbot/certbot-1.3.0.ebuild2
-rw-r--r--app-crypt/certbot/certbot-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot/certbot-1.3.0.ebuild b/app-crypt/certbot/certbot-1.3.0.ebuild
index cf2fc8bb8922..7d648b678ea2 100644
--- a/app-crypt/certbot/certbot-1.3.0.ebuild
+++ b/app-crypt/certbot/certbot-1.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+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/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
index c81039179f59..5bbead32041e 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{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git"