diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:16:15 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:16:20 -0400 |
commit | ad8e30ce9933670229c37ad5dd894d2c1163f932 (patch) | |
tree | 93e634493d2cd4d55bed710567a4ef3f74888d9e /net-wireless | |
parent | net-analyzer/net-snmp: enable py3.11 (diff) | |
download | gentoo-ad8e30ce9933670229c37ad5dd894d2c1163f932.tar.gz gentoo-ad8e30ce9933670229c37ad5dd894d2c1163f932.tar.bz2 gentoo-ad8e30ce9933670229c37ad5dd894d2c1163f932.zip |
net-wireless/gnuradio: enable py3.11, py3.9
Closes: https://bugs.gentoo.org/897164
Signed-off-by: Rick Farina <zerochaos@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 e89a6ba806cb..cb4db21dfed5 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_10 ) +PYTHON_COMPAT=( python3_{9..11} ) 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 0c9e5fab2243..b9ce9c0ab979 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_10 ) +PYTHON_COMPAT=( python3_{9..11} ) 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 ef699e1fa658..e2d7a49adce3 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_10 ) +PYTHON_COMPAT=( python3_{9..11} ) CMAKE_BUILD_TYPE="None" inherit cmake python-single-r1 virtualx xdg-utils |