Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Thu, 18 Oct 2018 06:06:40
Message-Id: 1539842785.9bc30404e33094bb86191bf9ed3fccc04f41db6c.mattst88@gentoo
1 commit: 9bc30404e33094bb86191bf9ed3fccc04f41db6c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 06:05:39 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 06:06:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc30404
7
8 net-firewall/firewalld-0.6.3: drop arm64 keywords
9
10 arm64 doesn't have a keyword on the new dependency,
11 net-firewall/nftables.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-firewall/firewalld/firewalld-0.6.3.ebuild b/net-firewall/firewalld/firewalld-0.6.3.ebuild
19 index fc1c2cde788..f652630c3f4 100644
20 --- a/net-firewall/firewalld/firewalld-0.6.3.ebuild
21 +++ b/net-firewall/firewalld/firewalld-0.6.3.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="GPL-2+"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm64 ~x86"
27 +KEYWORDS="~amd64 ~x86"
28 IUSE="gui"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"