diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-06 18:25:34 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-06 18:25:34 -0600 |
commit | 849bc249e7e651c02e40252cc3de0d3d028e4e94 (patch) | |
tree | 3d6d732f16e3e70f820b85641dfd9ae92479e494 /app-crypt | |
parent | app-crypt/certbot-nginx: 1.0.0 stable amd64 / x86 (diff) | |
download | gentoo-849bc249e7e651c02e40252cc3de0d3d028e4e94.tar.gz gentoo-849bc249e7e651c02e40252cc3de0d3d028e4e94.tar.bz2 gentoo-849bc249e7e651c02e40252cc3de0d3d028e4e94.zip |
app-crypt/acme: add py38
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |