summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-02 02:09:58 +0100
committerSam James <sam@gentoo.org>2024-06-02 02:09:58 +0100
commit8821591153aff8dbdd7c7a399d33f3600e83fbc3 (patch)
tree0103dda8fe28e15ee0f459c17b336cd8b67f3d5f /net-wireless
parentwww-client/elinks: force disable building the HTML api documentation (diff)
downloadgentoo-8821591153aff8dbdd7c7a399d33f3600e83fbc3.tar.gz
gentoo-8821591153aff8dbdd7c7a399d33f3600e83fbc3.tar.bz2
gentoo-8821591153aff8dbdd7c7a399d33f3600e83fbc3.zip
net-wireless/soapysdr: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/soapysdr/soapysdr-0.8.1.ebuild2
-rw-r--r--net-wireless/soapysdr/soapysdr-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
index fae8341b7d65..b82e2be6935d 100644
--- a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-r1
diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index fa9402a85678..04bd0f2876cd 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-r1