diff options
author | 2022-01-30 11:16:14 +0100 | |
---|---|---|
committer | 2022-01-30 11:16:14 +0100 | |
commit | 7a55b8993e05e8701b1913ef5040318f7533b081 (patch) | |
tree | 11b2641c6da5e15116cbdc887d153efb522dbcb5 /app-crypt | |
parent | dev-python/pyClamd: Python 3.10 support, config path fix. (diff) | |
download | gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.gz gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.bz2 gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.zip |
*/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild index f916e2e4708c..89ab14446617 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild index 6f8e3f6b7a15..89ab14446617 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.22.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} ) 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 45a8976cfe34..85fd0214055e 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then |