diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 00:54:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 00:54:24 +0100 |
commit | 12e67008a0759dbdae154a65dcbdd7f9beb42a44 (patch) | |
tree | 3126d5be1c7a8b9989e94ee85ce27cb7c09a4ea6 /net-wireless | |
parent | net-wireless/gr-paint: drop python3_9 (diff) | |
download | gentoo-12e67008a0759dbdae154a65dcbdd7f9beb42a44.tar.gz gentoo-12e67008a0759dbdae154a65dcbdd7f9beb42a44.tar.bz2 gentoo-12e67008a0759dbdae154a65dcbdd7f9beb42a44.zip |
net-wireless/gr-rds: drop python3_9
gnuradio (and soapysdr) lack python 3.9 now.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gr-rds/gr-rds-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild index c43fa001798e..252ae7a9e850 100644 --- a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild +++ b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild @@ -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 diff --git a/net-wireless/gr-rds/gr-rds-9999.ebuild b/net-wireless/gr-rds/gr-rds-9999.ebuild index c43fa001798e..252ae7a9e850 100644 --- a/net-wireless/gr-rds/gr-rds-9999.ebuild +++ b/net-wireless/gr-rds/gr-rds-9999.ebuild @@ -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 |