Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
Date: Thu, 03 Jan 2019 10:56:02
Message-Id: 1546512952.e114185f9b8e1c8a577fa39d1c5106885632616a.zlogene@gentoo
1 commit: e114185f9b8e1c8a577fa39d1c5106885632616a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 10:54:43 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 10:55:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e114185f
7
8 net-libs/miniupnpc: s390 stable wrt bug #665412
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/miniupnpc/miniupnpc-2.0.20180503.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20180503.ebuild b/net-libs/miniupnpc/miniupnpc-2.0.20180503.ebuild
17 index 62fc8c8aedd..bfae17481af 100644
18 --- a/net-libs/miniupnpc/miniupnpc-2.0.20180503.ebuild
19 +++ b/net-libs/miniupnpc/miniupnpc-2.0.20180503.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
27
28 LICENSE="BSD"
29 SLOT="0/17"
30 -KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
31 +KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd"
32 IUSE="ipv6 kernel_linux static-libs"
33
34 RDEPEND=""