diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 00:54:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 00:54:17 +0100 |
commit | 7525d4dacbe1a6780a9e82252b5a2dd5351c5229 (patch) | |
tree | f836661ba60954f4a702f0f9144ad58560f106af /net-wireless | |
parent | net-wireless/gr-ieee802154: drop python3_9 (diff) | |
download | gentoo-7525d4dacbe1a6780a9e82252b5a2dd5351c5229.tar.gz gentoo-7525d4dacbe1a6780a9e82252b5a2dd5351c5229.tar.bz2 gentoo-7525d4dacbe1a6780a9e82252b5a2dd5351c5229.zip |
net-wireless/gr-iio: drop python3_9
gnuradio (and soapysdr) lack python 3.9 now.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gr-iio/gr-iio-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild index 861a3cc6afb1..d6085313dd3c 100644 --- a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild +++ b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild index 861a3cc6afb1..d6085313dd3c 100644 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild +++ b/net-wireless/gr-iio/gr-iio-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 |