diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2021-08-23 11:38:29 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-08-23 11:43:13 -0700 |
commit | cfc8486f1fb6251df5ea739f097a03b2ff8f1b34 (patch) | |
tree | 2adeae7fdaf08d04e57fa5e0f44a093ca0995627 /net-firewall | |
parent | dev-ruby/tty-screen: fix ioctl endian test failure (diff) | |
download | gentoo-cfc8486f1fb6251df5ea739f097a03b2ff8f1b34.tar.gz gentoo-cfc8486f1fb6251df5ea739f097a03b2ff8f1b34.tar.bz2 gentoo-cfc8486f1fb6251df5ea739f097a03b2ff8f1b34.zip |
net-firewall/nftables-9999: Update libnftnl dep
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index 5322eb53985b..376318f5382c 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -29,7 +29,7 @@ IUSE="debug doc +gmp json libedit +modern-kernel python +readline static-libs xt RDEPEND=" >=net-libs/libmnl-1.0.4:0= - >=net-libs/libnftnl-1.1.9:0= + >=net-libs/libnftnl-1.2.0:0= gmp? ( dev-libs/gmp:0= ) json? ( dev-libs/jansson:= ) python? ( ${PYTHON_DEPS} ) |