From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15D71138334 for ; Fri, 2 Aug 2019 11:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59EC4E07DB; Fri, 2 Aug 2019 11:25:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F4E8E07DB for ; Fri, 2 Aug 2019 11:25:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37C913492D0 for ; Fri, 2 Aug 2019 11:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCC42738 for ; Fri, 2 Aug 2019 11:25:43 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1564745140.22556607ae114f09d54ba16fda576a3f48e0e42f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild X-VCS-Directories: net-libs/miniupnpc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 22556607ae114f09d54ba16fda576a3f48e0e42f X-VCS-Branch: master Date: Fri, 2 Aug 2019 11:25:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b1d774c-6630-4de9-93fd-b3b40fc8c6cc X-Archives-Hash: 1ce48c7795a96f49bd52297668888044 commit: 22556607ae114f09d54ba16fda576a3f48e0e42f Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:25:14 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:25:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22556607 net-libs/miniupnpc: arm stable wrt bug #690886 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild b/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild index 886a063a24b..ec25ddae0e6 100644 --- a/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild +++ b/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz" LICENSE="BSD" SLOT="0/17" -KEYWORDS="amd64 ~arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="ipv6 kernel_linux static-libs" RDEPEND=""