diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-29 23:10:23 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-29 23:10:52 +0100 |
commit | ae185380e253a3856e627c5d4720148c31e7cd5e (patch) | |
tree | bcce4f1d78092092940a3e93eb88c580165428e0 /net-firewall | |
parent | www-client/vivaldi: Stable for AMD64 x86 too. (diff) | |
download | gentoo-ae185380e253a3856e627c5d4720148c31e7cd5e.tar.gz gentoo-ae185380e253a3856e627c5d4720148c31e7cd5e.tar.bz2 gentoo-ae185380e253a3856e627c5d4720148c31e7cd5e.zip |
net-firewall/iptables: don't install /sbin/ebtables-{save,restore}
If you want to use ebtables-{save,restore} from iptables package, please
call ebtables-nft-{save,restore}.
Follow up to commit 6f554459eb5269d28c4005456c409c99c6d93ba1.
Closes: https://bugs.gentoo.org/669894
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.1-r1.ebuild (renamed from net-firewall/iptables/iptables-1.8.1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-firewall/iptables/iptables-1.8.1.ebuild b/net-firewall/iptables/iptables-1.8.1-r1.ebuild index 3db0cde59048..0183b70bd77d 100644 --- a/net-firewall/iptables/iptables-1.8.1.ebuild +++ b/net-firewall/iptables/iptables-1.8.1-r1.ebuild @@ -114,6 +114,9 @@ src_install() { # Bug 660886 rm "${ED%/}"/sbin/{arptables,ebtables} || die + + # Bug 669894 + rm "${ED%/}"/sbin/ebtables-{save,restore} || die fi systemd_dounit "${FILESDIR}"/systemd/iptables-{re,}store.service |