Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/
Date: Sat, 30 Apr 2022 17:51:21
Message-Id: 1651341068.db829688da417bd8044820b5f128626946790065.marecki@gentoo
1 commit: db829688da417bd8044820b5f128626946790065
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 17:09:29 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 17:51:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db829688
7
8 net-libs/libhackrf: keyword 2021.03.1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-libs/libhackrf/libhackrf-2021.03.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libhackrf/libhackrf-2021.03.1.ebuild b/net-libs/libhackrf/libhackrf-2021.03.1.ebuild
16 index 94e14cca15c5..8021c6bcf616 100644
17 --- a/net-libs/libhackrf/libhackrf-2021.03.1.ebuild
18 +++ b/net-libs/libhackrf/libhackrf-2021.03.1.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 @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then
26 else
27 S="${WORKDIR}/hackrf-${PV}/host/libhackrf"
28 SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz"
29 - KEYWORDS="amd64 ~arm ~ppc x86"
30 + KEYWORDS="amd64 ~arm ~ppc ~riscv x86"
31 fi
32
33 LICENSE="BSD"