Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Thu, 04 Jan 2018 20:41:02
Message-Id: 1515098442.cd8523fc695423d855c263b30b8c8dc5feee1ab4.zlogene@gentoo
1 commit: cd8523fc695423d855c263b30b8c8dc5feee1ab4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 20:40:12 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 20:40:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8523fc
7
8 net-firewall/nftables: amd64 stable wrt bug #641228
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 net-firewall/nftables/nftables-0.8-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-firewall/nftables/nftables-0.8-r3.ebuild b/net-firewall/nftables/nftables-0.8-r3.ebuild
16 index d8edc068ed5..bec149e37ce 100644
17 --- a/net-firewall/nftables/nftables-0.8-r3.ebuild
18 +++ b/net-firewall/nftables/nftables-0.8-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.g
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ia64 x86"
30 +KEYWORDS="amd64 ~arm ia64 x86"
31 IUSE="debug doc +gmp +readline"
32
33 RDEPEND=">=net-libs/libmnl-1.0.3:0=