commit: 01cc9d0ae4d7d2f7ff9cc822584105411701e739 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Jan 13 01:49:47 2022 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Thu Jan 13 01:53:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cc9d0a
net-wireless/lorcon: bump python to 3.10 update EAPI 7 -> 8 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-wireless/lorcon/lorcon-0.0_p20200214.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild b/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild index db239c00f95b..1446bc1840cd 100644 --- a/net-wireless/lorcon/lorcon-0.0_p20200214.ebuild +++ b/net-wireless/lorcon/lorcon-0.0_p20200214.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