Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/volk/
Date: Thu, 11 Feb 2021 21:21:07
Message-Id: 1613078461.6cdd301fd9021ca2aa2744eeeec6605ef5ee0c7e.zerochaos@gentoo
1 commit: 6cdd301fd9021ca2aa2744eeeec6605ef5ee0c7e
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 11 21:15:19 2021 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 11 21:21:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdd301f
7
8 sci-libs/volk: bump python
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 sci-libs/volk/volk-2.4.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/volk/volk-2.4.1.ebuild b/sci-libs/volk/volk-2.4.1.ebuild
17 index 5e6b3db533f..aff22b50715 100644
18 --- a/sci-libs/volk/volk-2.4.1.ebuild
19 +++ b/sci-libs/volk/volk-2.4.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +PYTHON_COMPAT=( python3_{7,8,9} )
26
27 #https://github.com/gnuradio/volk/issues/383
28 CMAKE_BUILD_TYPE="None"