diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-05-31 12:43:02 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-05-31 12:43:15 +0200 |
commit | c846abf3e4639a30542e3d8f60f53d4161110751 (patch) | |
tree | 785a42cfcae8e2ba6c578d4d7bf7ad0644a6f0e5 /net-wireless | |
parent | media-sound/schismtracker: bump to 20240529, dropped 20240523 (diff) | |
download | gentoo-c846abf3e4639a30542e3d8f60f53d4161110751.tar.gz gentoo-c846abf3e4639a30542e3d8f60f53d4161110751.tar.bz2 gentoo-c846abf3e4639a30542e3d8f60f53d4161110751.zip |
net-wireless/gr-osmosdr: Add Python 3.12 support
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-0.2.5-r2.ebuild (renamed from net-wireless/gr-osmosdr/gr-osmosdr-0.2.5-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.5-r1.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.5-r2.ebuild index 23381a80024d..45b04b67fe12 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.5-r1.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.5-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) 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 23381a80024d..45b04b67fe12 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_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake python-single-r1 |