From 713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 14 Jul 2019 16:36:45 -0400 Subject: Convert ebuilds to inherit usr-ldscript Signed-off-by: Mike Gilbert --- net-firewall/iptables/iptables-1.6.1-r3.ebuild | 2 +- net-firewall/iptables/iptables-1.6.2-r2.ebuild | 2 +- net-firewall/iptables/iptables-1.8.2-r2.ebuild | 2 +- net-firewall/iptables/iptables-1.8.3-r1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net-firewall/iptables') diff --git a/net-firewall/iptables/iptables-1.6.1-r3.ebuild b/net-firewall/iptables/iptables-1.6.1-r3.ebuild index 1a3c753e2820..8c2f8c8173fa 100644 --- a/net-firewall/iptables/iptables-1.6.1-r3.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r3.ebuild @@ -6,7 +6,7 @@ EAPI="5" # Force users doing their own patches to install their own tools AUTOTOOLS_AUTO_DEPEND=no -inherit eutils multilib systemd toolchain-funcs autotools flag-o-matic +inherit eutils 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/" diff --git a/net-firewall/iptables/iptables-1.6.2-r2.ebuild b/net-firewall/iptables/iptables-1.6.2-r2.ebuild index 6688c68b711c..40d1b1f8de5f 100644 --- a/net-firewall/iptables/iptables-1.6.2-r2.ebuild +++ b/net-firewall/iptables/iptables-1.6.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 ltprune multilib systemd toolchain-funcs autotools flag-o-matic +inherit ltprune 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/" 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/" diff --git a/net-firewall/iptables/iptables-1.8.3-r1.ebuild b/net-firewall/iptables/iptables-1.8.3-r1.ebuild index bd4baa71ef07..108426718102 100644 --- a/net-firewall/iptables/iptables-1.8.3-r1.ebuild +++ b/net-firewall/iptables/iptables-1.8.3-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 # 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/" -- cgit v1.2.3-65-gdbad