From: Craig Andrews Date: Sat, 18 Apr 2020 17:24:23 +0000 (-0400) Subject: app-crypt/certbot: Python 3.8 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8db06756c0d5e9599377cf2d4deac65de3bd56d;p=gentoo.git app-crypt/certbot: Python 3.8 compatibility Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews --- 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"