diff options
author | David Seifert <soap@gentoo.org> | 2022-01-30 11:16:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-30 11:16:14 +0100 |
commit | 7a55b8993e05e8701b1913ef5040318f7533b081 (patch) | |
tree | 11b2641c6da5e15116cbdc887d153efb522dbcb5 /net-wireless | |
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 'net-wireless')
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/lorcon/lorcon-0.0_p20200214.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/lorcon/lorcon-2020.06.06.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/lorcon/lorcon-9999.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild index 3ace7a599591..9e73538bd42b 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild @@ -1,8 +1,8 @@ -# 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_{7,8,9}) +PYTHON_COMPAT=( python3_{8..9} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild index 3ace7a599591..9e73538bd42b 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild @@ -1,8 +1,8 @@ -# 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_{7,8,9}) +PYTHON_COMPAT=( python3_{8..9} ) inherit cmake python-single-r1 diff --git a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild index 1446bc1840cd..a6ebe27bec01 100644 --- a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild +++ b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10}) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 diff --git a/net-wireless/lorcon/lorcon-2020.06.06.ebuild b/net-wireless/lorcon/lorcon-2020.06.06.ebuild index c9b4f070b6aa..c43251b94d5d 100644 --- a/net-wireless/lorcon/lorcon-2020.06.06.ebuild +++ b/net-wireless/lorcon/lorcon-2020.06.06.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10}) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 80f35a3d8ffd..dfe0a1417ae1 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10}) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 |