From: Matthew Thode Date: Tue, 7 Jan 2020 00:25:34 +0000 (-0600) Subject: app-crypt/acme: add py38 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=849bc249e7e651c02e40252cc3de0d3d028e4e94;p=gentoo.git app-crypt/acme: add py38 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode --- diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 94e96889a9e4..da68660fa26a 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-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{2_7,3_6,3_7,3_8}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git"