Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
Date: Tue, 06 Feb 2018 18:36:09
Message-Id: 1517942127.5f85806731cfd34767ce6a0e5e6d6298c1748d38.whissi@gentoo
1 commit: 5f85806731cfd34767ce6a0e5e6d6298c1748d38
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 18:26:40 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 18:35:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f858067
7
8 net-libs/miniupnpc: x86 stable (bug #646550)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild b/net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild
16 index 918bc210cea..53aba5fb192 100644
17 --- a/net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild
18 +++ b/net-libs/miniupnpc/miniupnpc-2.0.20171212.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0/16"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
31 IUSE="ipv6 kernel_linux static-libs"
32
33 RDEPEND=""