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-wireless/soapyuhd/
Date: Sat, 30 Apr 2022 19:09:16
Message-Id: 1651345740.475e6d3d73d3f7c17eba924e16433d278efcdeca.marecki@gentoo
1 commit: 475e6d3d73d3f7c17eba924e16433d278efcdeca
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 19:06:25 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 19:09:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475e6d3d
7
8 net-wireless/soapyuhd: keyword 0.4.1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
16 index dba31a72d677..9e56c6865685 100644
17 --- a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
18 +++ b/net-wireless/soapyuhd/soapyuhd-0.4.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 @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
26 EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
27 inherit git-r3
28 else
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="~amd64 ~riscv ~x86"
31 SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
32 S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
33 fi