net-wireless/gr-ieee802154: enable py3.11, py3.9

Closes: https://bugs.gentoo.org/897166
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
Rick Farina
2023-04-05 22:13:44 -04:00
parent 05789b4e41
commit c79ecd589e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-single-r1

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-single-r1