diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 00:54:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 00:54:19 +0100 |
commit | d4a247425dc8b42c2441078c621544988550b16e (patch) | |
tree | a30eef8486fbcc7eb0535376287b1cc2eb36b348 /net-wireless | |
parent | net-wireless/gr-iio: drop python3_9 (diff) | |
download | gentoo-d4a247425dc8b42c2441078c621544988550b16e.tar.gz gentoo-d4a247425dc8b42c2441078c621544988550b16e.tar.bz2 gentoo-d4a247425dc8b42c2441078c621544988550b16e.zip |
net-wireless/gr-iqbal: 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-iqbal/gr-iqbal-0.38.2_p20210108.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild index 6c06b162952b..ae4476ee2df0 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild index 6c06b162952b..ae4476ee2df0 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 |