Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/
Date: Mon, 08 Aug 2022 00:39:20
Message-Id: 1659918917.5c828fb09d21d363dbdf45533433b8849c338ab9.zerochaos@gentoo
1 commit: 5c828fb09d21d363dbdf45533433b8849c338ab9
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 00:35:05 2022 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 00:35:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c828fb0
7
8 net-wireless/gqrx: update EAPI 7 -> 8 for live
9
10 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
11
12 net-wireless/gqrx/gqrx-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild
16 index ff4d8f5d0842..ec213fc9569c 100644
17 --- a/net-wireless/gqrx/gqrx-9999.ebuild
18 +++ b/net-wireless/gqrx/gqrx-9999.ebuild
19 @@ -1,7 +1,7 @@
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 +EAPI=8
26
27 inherit cmake
28
29 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
30 inherit git-r3
31 else
32 SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 - KEYWORDS="~amd64 ~arm ~x86"
34 + KEYWORDS="~amd64 ~arm ~riscv ~x86"
35 fi
36
37 LICENSE="GPL-3"