From 05789b4e4113a6dd98aba5b6e83ca14db55f69eb Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Wed, 5 Apr 2023 22:11:51 -0400 Subject: [PATCH] net-wireless/gr-iqbal: enable py3.11, py3.9 Closes: https://bugs.gentoo.org/897170 Signed-off-by: Rick Farina --- net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild | 2 +- 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 ae4476ee2df0f..66f36f6206a39 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 ae4476ee2df0f..66f36f6206a39 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