diff options
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.9-r2.ebuild (renamed from net-firewall/iptables/iptables-1.8.9-r1.ebuild) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-firewall/iptables/iptables-1.8.9-r1.ebuild b/net-firewall/iptables/iptables-1.8.9-r2.ebuild index 44f377b5bfab..1c867f287d83 100644 --- a/net-firewall/iptables/iptables-1.8.9-r1.ebuild +++ b/net-firewall/iptables/iptables-1.8.9-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit systemd toolchain-funcs autotools flag-o-matic usr-ldscript +inherit systemd toolchain-funcs autotools flag-o-matic DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" HOMEPAGE="https://www.netfilter.org/projects/iptables/" @@ -131,9 +131,6 @@ src_install() { systemd_dounit "${FILESDIR}"/systemd/ip{,6}tables-{re,}store.service - # Move important libs to /lib, bug #332175 - gen_usr_ldscript -a ip{4,6}tc xtables - find "${ED}" -type f -name "*.la" -delete || die } |