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 C318B138334 for ; Thu, 18 Oct 2018 06:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C08E0884; Thu, 18 Oct 2018 06:06:39 +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 4C877E0884 for ; Thu, 18 Oct 2018 06:06:39 +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 CA440335CE4 for ; Thu, 18 Oct 2018 06:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358FB43C for ; Thu, 18 Oct 2018 06:06:36 +0000 (UTC) From: "Matt Turner" 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 Turner" Message-ID: <1539842785.9bc30404e33094bb86191bf9ed3fccc04f41db6c.mattst88@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.6.3.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9bc30404e33094bb86191bf9ed3fccc04f41db6c X-VCS-Branch: master Date: Thu, 18 Oct 2018 06:06: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: 2c3db6c8-0783-4e4a-9900-604b2f960381 X-Archives-Hash: 118ac4d2c3400f783c37bdafabddec5f commit: 9bc30404e33094bb86191bf9ed3fccc04f41db6c Author: Matt Turner gentoo org> AuthorDate: Thu Oct 18 06:05:39 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 18 06:06:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc30404 net-firewall/firewalld-0.6.3: drop arm64 keywords arm64 doesn't have a keyword on the new dependency, net-firewall/nftables. Signed-off-by: Matt Turner gentoo.org> net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.6.3.ebuild b/net-firewall/firewalld/firewalld-0.6.3.ebuild index fc1c2cde788..f652630c3f4 100644 --- a/net-firewall/firewalld/firewalld-0.6.3.ebuild +++ b/net-firewall/firewalld/firewalld-0.6.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="gui" REQUIRED_USE="${PYTHON_REQUIRED_USE}"