diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 00:54:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 00:54:21 +0100 |
commit | 926ef449f7ff59d42d1292616b81338d4df944ec (patch) | |
tree | ebcaa5cbfd4f156803c6c59003d4893db731efed /net-wireless | |
parent | net-wireless/gr-iqbal: drop python3_9 (diff) | |
download | gentoo-926ef449f7ff59d42d1292616b81338d4df944ec.tar.gz gentoo-926ef449f7ff59d42d1292616b81338d4df944ec.tar.bz2 gentoo-926ef449f7ff59d42d1292616b81338d4df944ec.zip |
net-wireless/gr-osmosdr: 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-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild index 22abb0f97404..f0494c91c3cb 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.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-osmosdr/gr-osmosdr-0.2.4.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild index e0a5f307ad31..2ce159076d66 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.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-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index 0450e7102319..bc8b65f044e3 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-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 |