net-firewall/iptables: don't install /sbin/ebtables-{save,restore}
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 29 Oct 2018 22:10:23 +0000 (23:10 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 29 Oct 2018 22:10:52 +0000 (23:10 +0100)
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>
net-firewall/iptables/iptables-1.8.1-r1.ebuild [moved from net-firewall/iptables/iptables-1.8.1.ebuild with 98% similarity]

similarity index 98%
rename from net-firewall/iptables/iptables-1.8.1.ebuild
rename to net-firewall/iptables/iptables-1.8.1-r1.ebuild
index 3db0cde590488f1756562a7069ec123b11f46b90..0183b70bd77d8714e00252d52c285636ef4e7f5b 100644 (file)
@@ -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