diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-07 01:08:54 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-07 01:09:29 -0600 |
commit | bab1225672dffdb46c81ed143298c3fe6be065a9 (patch) | |
tree | 86c00414b5e582b171f654bfa1f275dc6437143d /app-crypt | |
parent | app-crypt/certbot-nginx: 1.11.0 bump (diff) | |
download | gentoo-bab1225672dffdb46c81ed143298c3fe6be065a9.tar.gz gentoo-bab1225672dffdb46c81ed143298c3fe6be065a9.tar.bz2 gentoo-bab1225672dffdb46c81ed143298c3fe6be065a9.zip |
app-crypt/acme: add py39
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 9c58fbb71ad7..39bf50ccd8ac 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then |