diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-07-14 16:36:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-07-18 11:13:13 -0400 |
commit | 713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d (patch) | |
tree | 840eabf7ac7db615e3601cb3ad8d5c1add9adef0 /net-firewall/iptables/iptables-1.8.2-r2.ebuild | |
parent | usr-ldscript.eclass: return early if USE=split-usr is disabled (diff) | |
download | gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.tar.gz gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.tar.bz2 gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.zip |
Convert ebuilds to inherit usr-ldscript
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-firewall/iptables/iptables-1.8.2-r2.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.8.2-r2.ebuild b/net-firewall/iptables/iptables-1.8.2-r2.ebuild index c739239e1fbb..65bb18d8aad2 100644 --- a/net-firewall/iptables/iptables-1.8.2-r2.ebuild +++ b/net-firewall/iptables/iptables-1.8.2-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 # Force users doing their own patches to install their own tools AUTOTOOLS_AUTO_DEPEND=no -inherit multilib systemd toolchain-funcs autotools flag-o-matic +inherit multilib systemd toolchain-funcs autotools flag-o-matic usr-ldscript DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" HOMEPAGE="https://www.netfilter.org/projects/iptables/" |