Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
Date: Sat, 07 Mar 2020 15:11:11
Message-Id: 1583593792.ed5b129cfc5b22bc58d6677e5df374202466af26.mgorny@gentoo
1 commit: ed5b129cfc5b22bc58d6677e5df374202466af26
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 11:00:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 15:09:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5b129c
7
8 net-libs/miniupnpc: stable on arm64
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild b/net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild
18 index f79efb2879c..7c74096859f 100644
19 --- a/net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild
20 +++ b/net-libs/miniupnpc/miniupnpc-2.1.20190824.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 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/${P}.tar.gz"
28
29 LICENSE="BSD"
30 SLOT="0/17"
31 -KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sparc x86"
32 +KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 s390 sparc x86"
33 IUSE="ipv6 kernel_linux static-libs"
34
35 RDEPEND=""