net-wireless/gr-rds: drop python3_9

gnuradio (and soapysdr) lack python 3.9 now.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-04-05 00:54:24 +01:00
parent 6208ad2a52
commit 12e67008a0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
if [[ ${PV} == 9999* ]]; then
inherit git-r3

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
if [[ ${PV} == 9999* ]]; then
inherit git-r3