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 | |
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')
-rw-r--r-- | net-firewall/iptables/iptables-1.6.1-r3.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.6.2-r2.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.8.2-r2.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.8.3-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
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/" |