diff options
author | Sam James <sam@gentoo.org> | 2022-07-19 01:48:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-19 01:48:53 +0000 |
commit | 565661f0e4f4db56a9d1dcec7d51067bc7b8c5f6 (patch) | |
tree | 35e2ca882c6cc49bc1df5ce568cb16f9752e567b /net-wireless | |
parent | net-wireless/gr-osmosdr: allow building live with gnuradio-3.10 (diff) | |
download | gentoo-565661f0e4f4db56a9d1dcec7d51067bc7b8c5f6.tar.gz gentoo-565661f0e4f4db56a9d1dcec7d51067bc7b8c5f6.tar.bz2 gentoo-565661f0e4f4db56a9d1dcec7d51067bc7b8c5f6.zip |
net-wireless/gr-osmosdr: drop Python 3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index f7f6ffa7ed06..33986dd7ed30 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 |