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 | |
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')
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-0.2.4.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild index f0494c91c3cb..6bc31cd56c18 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-r1.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128-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} ) inherit cmake python-single-r1 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 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index bc8b65f044e3..c2a2986ffc9f 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-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 |