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 266BA138330 for ; Wed, 10 Jan 2018 06:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 289FFE0AC7; Wed, 10 Jan 2018 06:19:53 +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 0382CE0AC6 for ; Wed, 10 Jan 2018 06:19:53 +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 4F34D335C4E for ; Wed, 10 Jan 2018 06:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C330C1B4 for ; Wed, 10 Jan 2018 06:19:49 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1515565036.6e2e0adeec64a0c4018b5c173f9cb206183fa225.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-0.8-r3.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 6e2e0adeec64a0c4018b5c173f9cb206183fa225 X-VCS-Branch: master Date: Wed, 10 Jan 2018 06:19:49 +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: e82b4280-7bdc-48e8-9dfe-64e1344dc7bb X-Archives-Hash: adaad725652cfd21ea95d7c5b8e81271 commit: 6e2e0adeec64a0c4018b5c173f9cb206183fa225 Author: Markus Meier gentoo org> AuthorDate: Wed Jan 10 06:11:56 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Jan 10 06:17:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2e0ade net-firewall/nftables: arm stable, bug #641228 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" net-firewall/nftables/nftables-0.8-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/nftables/nftables-0.8-r3.ebuild b/net-firewall/nftables/nftables-0.8-r3.ebuild index bec149e37ce..2c67f3c09ed 100644 --- a/net-firewall/nftables/nftables-0.8-r3.ebuild +++ b/net-firewall/nftables/nftables-0.8-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ia64 x86" +KEYWORDS="amd64 arm ia64 x86" IUSE="debug doc +gmp +readline" RDEPEND=">=net-libs/libmnl-1.0.3:0=