From: Matthew Thode Date: Thu, 16 May 2019 15:42:02 +0000 (-0500) Subject: app-crypt/acme: py37 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f8fd9124ed3230cdc56dd16b5e682623eaad41c9;p=gentoo.git app-crypt/acme: py37 support Bug: https://bugs.gentoo.org/685330 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 64b8beb25ff0..9500982ce873 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=6 -PYTHON_COMPAT=(python{2_7,3_5,3_6}) +PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git"