Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/volk/
Date: Sat, 30 Apr 2022 15:53:30
Message-Id: 1651333988.93eb603edbd9d02145aa67486b25485fc7303c33.marecki@gentoo
1 commit: 93eb603edbd9d02145aa67486b25485fc7303c33
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 11:13:54 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 15:53:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93eb603e
7
8 sci-libs/volk: keyword 2.5.0 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 sci-libs/volk/volk-2.5.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/volk/volk-2.5.0.ebuild b/sci-libs/volk/volk-2.5.0.ebuild
16 index c60b99d87b2b..36244677883f 100644
17 --- a/sci-libs/volk/volk-2.5.0.ebuild
18 +++ b/sci-libs/volk/volk-2.5.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/gnuradio/volk/releases/download/v${PV}/${P}.tar.xz"
26
27 LICENSE="GPL-3"
28 SLOT="0/$(ver_cut 1-2)"
29 -KEYWORDS="~amd64 ~arm ~x86"
30 +KEYWORDS="~amd64 ~arm ~riscv ~x86"
31 IUSE="orc test"
32
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"