app-crypt/certbot: add py37 support to 9999
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 15:50:38 +0000 (10:50 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 16:00:19 +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/certbot/certbot-9999.ebuild

index 261fd8251037c6480799da6ad1a32e41c58acf61..d1e115014c9a3153a05de5bb6510be148686ae2e 100644 (file)
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+EAPI=7
+PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/certbot/certbot.git"