From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B3EDB1388C0 for ; Sun, 28 Feb 2016 07:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C3421C087; Sun, 28 Feb 2016 07:08:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA94821C082 for ; Sun, 28 Feb 2016 07:08:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE208340B35 for ; Sun, 28 Feb 2016 07:08:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C0112090 for ; Sun, 28 Feb 2016 07:08:29 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456643073.c0d3a3e592bd12f49c9bdd23448f59cfe171fd2f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipset/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipset/ipset-6.24.ebuild X-VCS-Directories: net-firewall/ipset/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c0d3a3e592bd12f49c9bdd23448f59cfe171fd2f X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:08:29 +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: 2476248b-f644-442f-930b-d9466d2bd019 X-Archives-Hash: ed638ee8c79510bab98992238e041505 commit: c0d3a3e592bd12f49c9bdd23448f59cfe171fd2f Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 07:04:33 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 07:04:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d3a3e5 net-firewall/ipset: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 net-firewall/ipset/ipset-6.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/ipset/ipset-6.24.ebuild b/net-firewall/ipset/ipset-6.24.ebuild index 0db53d7..3fb97b7 100644 --- a/net-firewall/ipset/ipset-6.24.ebuild +++ b/net-firewall/ipset/ipset-6.24.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://ipset.netfilter.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86" RDEPEND=">=net-firewall/iptables-1.4.7 net-libs/libmnl"