diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 00:57:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 00:57:20 +0100 |
commit | 90d640c14cda8ec853c224530cd5f7ae380c6d47 (patch) | |
tree | 539dbcbe9c75fc7125fadefbb1dd67cb44997773 /net-analyzer | |
parent | net-wireless/gr-scopy: drop python3_9 (diff) | |
download | gentoo-90d640c14cda8ec853c224530cd5f7ae380c6d47.tar.gz gentoo-90d640c14cda8ec853c224530cd5f7ae380c6d47.tar.bz2 gentoo-90d640c14cda8ec853c224530cd5f7ae380c6d47.zip |
net-analyzer/gr-fosphor: drop python3_9
gnuradio (and soapysdr) lack python 3.9 now.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild index cb6a2c1eacce..dd6f04d38ee8 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index 40d07fd7b4f4..7c3cdd03f974 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 |