Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/
Date: Mon, 04 Apr 2022 11:11:58
Message-Id: 1649070462.e899b4a9d154f141a2b487cb549010a536415bbb.dlan@gentoo
1 commit: e899b4a9d154f141a2b487cb549010a536415bbb
2 Author: Raymond Wong <infiwang <AT> pm <DOT> me>
3 AuthorDate: Mon Apr 4 07:29:08 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 11:07:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e899b4a9
7
8 net-libs/libnatpmp: keyword 20150609 for ~riscv
9
10 Bug: https://bugs.gentoo.org/836747
11 Signed-off-by: Raymond Wong <infiwang <AT> pm.me>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 net-libs/libnatpmp/libnatpmp-20150609.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/libnatpmp/libnatpmp-20150609.ebuild b/net-libs/libnatpmp/libnatpmp-20150609.ebuild
18 index 4c214c0cc10d..1d54c02fab04 100644
19 --- a/net-libs/libnatpmp/libnatpmp-20150609.ebuild
20 +++ b/net-libs/libnatpmp/libnatpmp-20150609.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar
28
29 LICENSE="BSD"
30 SLOT="0"
31 -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86"
32 +KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
33
34 PATCHES=( "${FILESDIR}"/${PN}-20150609-gentoo.patch )