diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-07 01:07:41 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-07 01:09:28 -0600 |
commit | 1d6aebccdfc3067fd39fc98d02b328c9c8826110 (patch) | |
tree | dc3c27836e30b00dd059ace61d9b4ed5f97215bf /app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | |
parent | app-crypt/certbot-apache: 1.11.0 bump (diff) | |
download | gentoo-1d6aebccdfc3067fd39fc98d02b328c9c8826110.tar.gz gentoo-1d6aebccdfc3067fd39fc98d02b328c9c8826110.tar.bz2 gentoo-1d6aebccdfc3067fd39fc98d02b328c9c8826110.zip |
app-crypt/certbot-nginx: 1.11.0 bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-nginx/certbot-nginx-9999.ebuild')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index 383e16073c64..d4eff10c4003 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-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 |