diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2022-06-09 13:23:46 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2022-06-10 07:46:35 +0200 |
commit | 6c5ffe82434c049b55a2e6325fc90031d0054914 (patch) | |
tree | 88dc98846b0f6e2bf2771d3a01bd37fd5bf18a0a /net-wireless/gnuradio | |
parent | app-arch/zpaq: Keyword 7.15 arm64, #850661 (diff) | |
download | gentoo-6c5ffe82434c049b55a2e6325fc90031d0054914.tar.gz gentoo-6c5ffe82434c049b55a2e6325fc90031d0054914.tar.bz2 gentoo-6c5ffe82434c049b55a2e6325fc90031d0054914.zip |
net-wireless/gnuradio: Add Python 3.10 support
Closes: https://bugs.gentoo.org/846191
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless/gnuradio')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild index 120d4741d37c..6512288c30b9 100644 --- a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,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 c02ce48dcda1..78f7c917fedf 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_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) CMAKE_BUILD_TYPE="None" inherit cmake python-single-r1 virtualx xdg-utils desktop |