commit: 6d8a9c901755ad38c1fdd98116a9104fdfc15d78 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun Jul 28 19:16:20 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun Jul 28 19:37:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8a9c90
net-firewall/firewalld: fix dependency deadlock Let's relax the dependency on ebtables a bit Closes: https://bugs.gentoo.org/679760 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.6.3.ebuild b/net-firewall/firewalld/firewalld-0.6.3.ebuild index 6b6f2a4cd0b..cd1dbb2e527 100644 --- a/net-firewall/firewalld/firewalld-0.6.3.ebuild +++ b/net-firewall/firewalld/firewalld-0.6.3.ebuild @@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/decorator[${PYTHON_USEDEP}] >=dev-python/python-slip-0.2.7[dbus,${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] - net-firewall/ebtables + || ( net-firewall/ebtables net-firewall/iptables[nftables] ) net-firewall/iptables[ipv6] net-firewall/ipset net-firewall/nftables
