diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:09:05 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:11:04 -0400 |
commit | ac45713d03db35f4149ccfcd73a3ceead4757132 (patch) | |
tree | 394647cd7a9cf28b3f7f2de3623ff93105419897 /net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild | |
parent | net-wireless/gr-paint: enable py3.11, py3.9 (diff) | |
download | gentoo-ac45713d03db35f4149ccfcd73a3ceead4757132.tar.gz gentoo-ac45713d03db35f4149ccfcd73a3ceead4757132.tar.bz2 gentoo-ac45713d03db35f4149ccfcd73a3ceead4757132.zip |
net-wireless/gr-osmosdr: enable py3.11, py3.9
Closes: https://bugs.gentoo.org/897172
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild')
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |