app-crypt/acme: py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 15:42:02 +0000 (10:42 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 16:00:16 +0000 (11:00 -0500)
Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-crypt/acme/acme-9999.ebuild

index 64b8beb25ff00292597cdf5602dca6fc063ccf8f..9500982ce873665acfb9c85735f37938303b0136 100644 (file)
@@ -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"