commit: 5f2d568719da0e240d01fa22ba0b907c87db5782
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 17:59:12 2022 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 17:59:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2d5687
net-wireless/gr-ieee802154: Add Python 3.10 support
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.ebuild
b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.ebuild
index f58d5031539e..c8d81337e5ad 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20200812.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_{8,9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-single-r1