diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-22 17:59:57 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-22 17:59:57 -0600 |
commit | 1f7ef34ebb9984717cce4a73fbae7b373b85e05d (patch) | |
tree | 5a52caca0b86d9c7d64bf074ca22e780bc054d15 /app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | |
parent | app-crypt/certbot-apache: 2.0.0 bump (diff) | |
download | gentoo-1f7ef34ebb9984717cce4a73fbae7b373b85e05d.tar.gz gentoo-1f7ef34ebb9984717cce4a73fbae7b373b85e05d.tar.bz2 gentoo-1f7ef34ebb9984717cce4a73fbae7b373b85e05d.zip |
app-crypt/certbot-nginx: 2.0.0 bump
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index 7eeac389284d..b1aa9acb7e1a 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then |