From ac45713d03db35f4149ccfcd73a3ceead4757132 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Wed, 5 Apr 2023 22:09:05 -0400 Subject: net-wireless/gr-osmosdr: enable py3.11, py3.9 Closes: https://bugs.gentoo.org/897172 Signed-off-by: Rick Farina --- net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild') diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild index 2ce159076d66..189e5849f7f1 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.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 -- cgit v1.2.3-65-gdbad