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 7B258139694 for ; Sat, 8 Jul 2017 13:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAB232340F1; Sat, 8 Jul 2017 13:19:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDB4A2340F1 for ; Sat, 8 Jul 2017 13:19:38 +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 021F3341A82 for ; Sat, 8 Jul 2017 13:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB8D17488 for ; Sat, 8 Jul 2017 13:19:36 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499519972.1aef8e323e8c4f6ed38b21860efaf2adad7b471c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-0.4.3.3.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1aef8e323e8c4f6ed38b21860efaf2adad7b471c X-VCS-Branch: master Date: Sat, 8 Jul 2017 13:19:36 +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: fa71ccf7-300c-4c18-8c32-75c7fde2b468 X-Archives-Hash: a624cbde771a5be1dbe6b79fd65e0a14 commit: 1aef8e323e8c4f6ed38b21860efaf2adad7b471c Author: Alexis Ballier gentoo org> AuthorDate: Sat Jul 8 12:57:43 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jul 8 13:19:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aef8e32 net-firewall/firewalld: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-firewall/firewalld/firewalld-0.4.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild index 9256aa6700a..20fda9981aa 100644 --- a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild +++ b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2 LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="gui" REQUIRED_USE="${PYTHON_REQUIRED_USE}"