commit: ad8e30ce9933670229c37ad5dd894d2c1163f932 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Apr 6 02:16:15 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Thu Apr 6 02:16:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8e30ce
net-wireless/gnuradio: enable py3.11, py3.9 Closes: https://bugs.gentoo.org/897164 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-wireless/gnuradio/gnuradio-3.10.4.0-r1.ebuild | 2 +- net-wireless/gnuradio/gnuradio-3.10.5.1.ebuild | 2 +- 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
