diff options
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r-- | app-crypt/certbot/certbot-1.32.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-2.1.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/app-crypt/certbot/certbot-1.32.0.ebuild b/app-crypt/certbot/certbot-1.32.0.ebuild index c328f93f94d0..ba1bfd70eaef 100644 --- a/app-crypt/certbot/certbot-1.32.0.ebuild +++ b/app-crypt/certbot/certbot-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/certbot-2.0.0.ebuild b/app-crypt/certbot/certbot-2.0.0.ebuild index 5dda54b27949..4b9adb7a58bc 100644 --- a/app-crypt/certbot/certbot-2.0.0.ebuild +++ b/app-crypt/certbot/certbot-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/certbot-2.1.0.ebuild b/app-crypt/certbot/certbot-2.1.0.ebuild index 3a346bc6f5b1..4b9adb7a58bc 100644 --- a/app-crypt/certbot/certbot-2.1.0.ebuild +++ b/app-crypt/certbot/certbot-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/certbot-2.2.0.ebuild b/app-crypt/certbot/certbot-2.2.0.ebuild index 1c1e813b948a..d99294b4bc87 100644 --- a/app-crypt/certbot/certbot-2.2.0.ebuild +++ b/app-crypt/certbot/certbot-2.2.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/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 91bad26d75d6..a316554569fd 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-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 |