diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 00:29:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 00:29:31 +0100 |
commit | 8e44a7ccfa3f1b5d0e26a524b4ec585c5de66930 (patch) | |
tree | 9019219b6716858878b042f56c7cf434252432ac /net-wireless | |
parent | app-admin/apachetop: Stabilize 0.23.2 x86, #903788 (diff) | |
download | gentoo-8e44a7ccfa3f1b5d0e26a524b4ec585c5de66930.tar.gz gentoo-8e44a7ccfa3f1b5d0e26a524b4ec585c5de66930.tar.bz2 gentoo-8e44a7ccfa3f1b5d0e26a524b4ec585c5de66930.zip |
net-wireless/gnuradio: disable py3.9
net-wireless/soapysdr no longer has 3.9.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.10.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.10.5.1.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/gnuradio/gnuradio-3.10.4.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.10.4.0-r1.ebuild index ba837a2130b2..e89a6ba806cb 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.4.0-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.4.0-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 ) CMAKE_BUILD_TYPE="None" inherit cmake python-single-r1 virtualx xdg-utils diff --git a/net-wireless/gnuradio/gnuradio-3.10.5.1.ebuild b/net-wireless/gnuradio/gnuradio-3.10.5.1.ebuild index 29c6d5a0029e..0c9e5fab2243 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.5.1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.5.1.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 ) CMAKE_BUILD_TYPE="None" inherit cmake python-single-r1 virtualx xdg-utils diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 2ae63eb21109..ef699e1fa658 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-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 ) CMAKE_BUILD_TYPE="None" inherit cmake python-single-r1 virtualx xdg-utils |