diff options
author | Sam James <sam@gentoo.org> | 2022-03-20 21:27:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-20 21:27:03 +0000 |
commit | 7a4d24e0336d8e24e310b44123edad15e9e23882 (patch) | |
tree | fd9d070b7c1a8fc0a4fbab7eedec95892e730966 /net-firewall | |
parent | app-eselect/eselect-iptables: add 20220320 (diff) | |
download | gentoo-7a4d24e0336d8e24e310b44123edad15e9e23882.tar.gz gentoo-7a4d24e0336d8e24e310b44123edad15e9e23882.tar.bz2 gentoo-7a4d24e0336d8e24e310b44123edad15e9e23882.zip |
net-firewall/iptables: depend on newer eselect-iptables for IPv6 fix
Closes: https://bugs.gentoo.org/835613
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.7-r2.ebuild (renamed from net-firewall/iptables/iptables-1.8.7-r1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.8.7-r1.ebuild b/net-firewall/iptables/iptables-1.8.7-r2.ebuild index 886111459d9b..18d15c8dd6fc 100644 --- a/net-firewall/iptables/iptables-1.8.7-r1.ebuild +++ b/net-firewall/iptables/iptables-1.8.7-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="conntrack netlink nftables pcap static-libs" BUILD_DEPEND=" - >=app-eselect/eselect-iptables-20200508 + >=app-eselect/eselect-iptables-20220320 " COMMON_DEPEND=" conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 ) @@ -33,7 +33,6 @@ DEPEND="${COMMON_DEPEND} >=sys-kernel/linux-headers-4.4:0 " BDEPEND="${BUILD_DEPEND} - app-eselect/eselect-iptables virtual/pkgconfig nftables? ( sys-devel/flex |