Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Mon, 23 Aug 2021 18:43:22
Message-Id: 1629744193.cfc8486f1fb6251df5ea739f097a03b2ff8f1b34.chutzpah@gentoo
1 commit: cfc8486f1fb6251df5ea739f097a03b2ff8f1b34
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 18:38:29 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 18:43:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc8486f
7
8 net-firewall/nftables-9999: Update libnftnl dep
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 net-firewall/nftables/nftables-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild
17 index 5322eb53985..376318f5382 100644
18 --- a/net-firewall/nftables/nftables-9999.ebuild
19 +++ b/net-firewall/nftables/nftables-9999.ebuild
20 @@ -29,7 +29,7 @@ IUSE="debug doc +gmp json libedit +modern-kernel python +readline static-libs xt
21
22 RDEPEND="
23 >=net-libs/libmnl-1.0.4:0=
24 - >=net-libs/libnftnl-1.1.9:0=
25 + >=net-libs/libnftnl-1.2.0:0=
26 gmp? ( dev-libs/gmp:0= )
27 json? ( dev-libs/jansson:= )
28 python? ( ${PYTHON_DEPS} )