diff options
author | Rick Farina <zerochaos@gentoo.org> | 2022-01-12 20:41:34 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2022-01-12 20:53:49 -0500 |
commit | 04cbe2c6bc590088e1bdd333cae85fd0f054df3e (patch) | |
tree | 7f0311bd64432fb8ca1543e02ff0f921ace69a50 /net-wireless/lorcon | |
parent | dev-python/google-auth: add upper-bound on cachetools (diff) | |
download | gentoo-04cbe2c6bc590088e1bdd333cae85fd0f054df3e.tar.gz gentoo-04cbe2c6bc590088e1bdd333cae85fd0f054df3e.tar.bz2 gentoo-04cbe2c6bc590088e1bdd333cae85fd0f054df3e.zip |
net-wireless/lorcon: add python 3.10
bump eapi to 8
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/lorcon')
-rw-r--r-- | net-wireless/lorcon/lorcon-2020.06.06.ebuild | 6 | ||||
-rw-r--r-- | net-wireless/lorcon/lorcon-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/lorcon/lorcon-2020.06.06.ebuild b/net-wireless/lorcon/lorcon-2020.06.06.ebuild index 20a4da501628..c9b4f070b6aa 100644 --- a/net-wireless/lorcon/lorcon-2020.06.06.ebuild +++ b/net-wireless/lorcon/lorcon-2020.06.06.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 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9}) +PYTHON_COMPAT=( python3_{7,8,9,10}) DISTUTILS_OPTIONAL=1 inherit distutils-r1 diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 4a69d22d8690..80f35a3d8ffd 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-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 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9}) +PYTHON_COMPAT=( python3_{7,8,9,10}) DISTUTILS_OPTIONAL=1 inherit distutils-r1 |