From ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 Mon Sep 17 00:00:00 2001 From: David Seifert <soap@gentoo.org> Date: Sat, 14 Jan 2023 13:51:19 +0100 Subject: */*: remove py3.8 from PYTHON_COMPAT Signed-off-by: David Seifert <soap@gentoo.org> --- app-crypt/certbot-nginx/certbot-nginx-1.32.0.ebuild | 4 ++-- app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild | 4 ++-- app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild | 2 +- app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'app-crypt/certbot-nginx') diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.32.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.32.0.ebuild index ee8e964f8c21..8716a000072c 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.32.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.32.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild index d0adb3551929..005229301678 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild index 780a0bc86300..005229301678 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index b1aa9acb7e1a..fcd983ae8be0 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then -- cgit v1.2.3-65-gdbad