diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-12 13:06:41 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:19:34 -0500 |
commit | 937ab0e82ce71d49ea6cffc4b3f36c95cdad4dac (patch) | |
tree | aee7f67d0ce99d4c272b6242c3d2c34c00598fa9 /net-wireless/gnuradio/gnuradio-9999.ebuild | |
parent | net-wireless/uhd: python bump (diff) | |
download | gentoo-937ab0e82ce71d49ea6cffc4b3f36c95cdad4dac.tar.gz gentoo-937ab0e82ce71d49ea6cffc4b3f36c95cdad4dac.tar.bz2 gentoo-937ab0e82ce71d49ea6cffc4b3f36c95cdad4dac.zip |
net-wireless/gnuradio: bump python
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/gnuradio/gnuradio-9999.ebuild')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 9949d4dba5f6..de4c4a83fa58 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) CMAKE_BUILD_TYPE="None" inherit cmake python-single-r1 virtualx xdg-utils desktop |