diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-18 06:52:52 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-18 07:10:02 +0100 |
commit | fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466 (patch) | |
tree | f86eb37551b3dc3ddb8df2b2e43557a1fe55c1b0 /net-firewall/iptables | |
parent | net-firewall/nftables: bind to net-libs/libnftnl and net-libs/libmnl subslots (diff) | |
download | gentoo-fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466.tar.gz gentoo-fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466.tar.bz2 gentoo-fe177ad7b8aa78ca7c81a1f3b8a64d02163b6466.zip |
net-firewall/iptables: bind to net-libs/libnftnl and net-libs/libmnl subslots
Bug: https://bugs.gentoo.org/634604
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/iptables-1.6.1-r2.ebuild (renamed from net-firewall/iptables/iptables-1.6.1-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.6.1-r1.ebuild b/net-firewall/iptables/iptables-1.6.1-r2.ebuild index 4132b8a76807..0dabfce3fdd5 100644 --- a/net-firewall/iptables/iptables-1.6.1-r1.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r2.ebuild @@ -23,8 +23,8 @@ RDEPEND=" conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 ) netlink? ( net-libs/libnfnetlink ) nftables? ( - >=net-libs/libmnl-1.0 - >=net-libs/libnftnl-1.0.5 + >=net-libs/libmnl-1.0:0= + >=net-libs/libnftnl-1.0.5:0= ) pcap? ( net-libs/libpcap ) " |