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 85D6A1382C5 for ; Sat, 31 Mar 2018 19:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 972FAE0B93; Sat, 31 Mar 2018 19:01:44 +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 6B9F0E0B92 for ; Sat, 31 Mar 2018 19:01:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2BDF3335D76 for ; Sat, 31 Mar 2018 19:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6493272 for ; Sat, 31 Mar 2018 19:01:41 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1522522838.acb408d8488b57e2f7b22fd7af10073d55e90a8c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnatpmp/libnatpmp-20150609.ebuild X-VCS-Directories: net-libs/libnatpmp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: acb408d8488b57e2f7b22fd7af10073d55e90a8c X-VCS-Branch: master Date: Sat, 31 Mar 2018 19:01:41 +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-Archives-Salt: 75013469-254f-49aa-a433-aa5bff3120a8 X-Archives-Hash: 10b841a1ff93c5889289928315d86b32 commit: acb408d8488b57e2f7b22fd7af10073d55e90a8c Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:24:23 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb408d8 net-libs/libnatpmp: keyword ~arm64 net-libs/libnatpmp/libnatpmp-20150609.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libnatpmp/libnatpmp-20150609.ebuild b/net-libs/libnatpmp/libnatpmp-20150609.ebuild index 557cd58f561..f0b0e91989d 100644 --- a/net-libs/libnatpmp/libnatpmp-20150609.ebuild +++ b/net-libs/libnatpmp/libnatpmp-20150609.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,7 +10,7 @@ SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="static-libs" src_prepare() {