diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:11:51 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:12:42 -0400 |
commit | 05789b4e4113a6dd98aba5b6e83ca14db55f69eb (patch) | |
tree | 8575c47f4dadc83497dab5c71db5ba128339a49e /net-wireless | |
parent | net-wireless/gr-osmosdr: enable py3.11, py3.9 (diff) | |
download | gentoo-05789b4e4113a6dd98aba5b6e83ca14db55f69eb.tar.gz gentoo-05789b4e4113a6dd98aba5b6e83ca14db55f69eb.tar.bz2 gentoo-05789b4e4113a6dd98aba5b6e83ca14db55f69eb.zip |
net-wireless/gr-iqbal: enable py3.11, py3.9
Closes: https://bugs.gentoo.org/897170
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild index ae4476ee2df0..66f36f6206a3 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.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} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild index ae4476ee2df0..66f36f6206a3 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-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} ) inherit cmake python-single-r1 |