diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-11 16:15:19 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-11 16:21:01 -0500 |
commit | 6cdd301fd9021ca2aa2744eeeec6605ef5ee0c7e (patch) | |
tree | c1a1650df8bc03065497c0ce2c48ac29fa35fd58 | |
parent | package.mask: Unmask Perl 5.32.1 (diff) | |
download | gentoo-6cdd301fd9021ca2aa2744eeeec6605ef5ee0c7e.tar.gz gentoo-6cdd301fd9021ca2aa2744eeeec6605ef5ee0c7e.tar.bz2 gentoo-6cdd301fd9021ca2aa2744eeeec6605ef5ee0c7e.zip |
sci-libs/volk: bump python
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
-rw-r--r-- | sci-libs/volk/volk-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/volk/volk-2.4.1.ebuild b/sci-libs/volk/volk-2.4.1.ebuild index 5e6b3db533fd..aff22b50715c 100644 --- a/sci-libs/volk/volk-2.4.1.ebuild +++ b/sci-libs/volk/volk-2.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) #https://github.com/gnuradio/volk/issues/383 CMAKE_BUILD_TYPE="None" |