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

Closes: https://bugs.gentoo.org/897176
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
Rick Farina
2023-04-05 22:07:18 -04:00
parent 10f828cb18
commit ae5d073181
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{9..11} )
if [[ ${PV} == 9999* ]]; then
inherit git-r3

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{9..11} )
if [[ ${PV} == 9999* ]]; then
inherit git-r3