mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-firewall/iptables: require conntrack for tests too
Bug: https://bugs.gentoo.org/890628 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~
|
||||
IUSE="conntrack netlink nftables pcap static-libs test"
|
||||
RESTRICT="!test? ( test )"
|
||||
# TODO: skip tests needing nftables if no xtables-nft-multi (bug #890628)
|
||||
REQUIRED_USE="test? ( nftables )"
|
||||
REQUIRED_USE="test? ( conntrack nftables )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 )
|
||||
|
||||
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~
|
||||
IUSE="conntrack netlink nftables pcap static-libs test"
|
||||
RESTRICT="!test? ( test )"
|
||||
# TODO: skip tests needing nftables if no xtables-nft-multi (bug #890628)
|
||||
REQUIRED_USE="test? ( nftables )"
|
||||
REQUIRED_USE="test? ( conntrack nftables )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
conntrack? ( >=net-libs/libnetfilter_conntrack-1.0.6 )
|
||||
|
||||
Reference in New Issue
Block a user