diff options
author | 2021-01-07 01:04:23 -0600 | |
---|---|---|
committer | 2021-01-07 01:09:25 -0600 | |
commit | 5bd8444c2bc42e0fb38616cb7fd260c5c69b7e6e (patch) | |
tree | ae53a568d752a9bc9aede7f0adb8f2c732603e64 /app-crypt/certbot/certbot-9999.ebuild | |
parent | app-crypt/acme: 1.11.0 bump (diff) | |
download | gentoo-5bd8444c2bc42e0fb38616cb7fd260c5c69b7e6e.tar.gz gentoo-5bd8444c2bc42e0fb38616cb7fd260c5c69b7e6e.tar.bz2 gentoo-5bd8444c2bc42e0fb38616cb7fd260c5c69b7e6e.zip |
app-crypt/certbot: 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/certbot-9999.ebuild')
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index e54440941505..c43705371ceb 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-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 |