Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/
Date: Sat, 31 Mar 2018 19:01:45
Message-Id: 1522522838.acb408d8488b57e2f7b22fd7af10073d55e90a8c.leio@gentoo
1 commit: acb408d8488b57e2f7b22fd7af10073d55e90a8c
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 31 16:24:23 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 19:00:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb408d8
7
8 net-libs/libnatpmp: keyword ~arm64
9
10 net-libs/libnatpmp/libnatpmp-20150609.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-libs/libnatpmp/libnatpmp-20150609.ebuild b/net-libs/libnatpmp/libnatpmp-20150609.ebuild
14 index 557cd58f561..f0b0e91989d 100644
15 --- a/net-libs/libnatpmp/libnatpmp-20150609.ebuild
16 +++ b/net-libs/libnatpmp/libnatpmp-20150609.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="5"
23 @@ -10,7 +10,7 @@ SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar
24
25 LICENSE="BSD"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
29 IUSE="static-libs"
30
31 src_prepare() {