diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-08-20 18:00:17 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-08-20 18:00:17 -0700 |
commit | ad1c259756034612a7d4e5ae1bdcecae3868f36a (patch) | |
tree | 4bc745b3e47b43a341d5e543ccbbf84ed751815c /net-firewall | |
parent | dev-util/schroot: add ~arm64 keyword (diff) | |
download | gentoo-ad1c259756034612a7d4e5ae1bdcecae3868f36a.tar.gz gentoo-ad1c259756034612a7d4e5ae1bdcecae3868f36a.tar.bz2 gentoo-ad1c259756034612a7d4e5ae1bdcecae3868f36a.zip |
net-firewall/iptables: Drop AUTOTOOLS_AUTO_DEPEND=no (bug #715164)
Closes: https://bugs.gentoo.org/715164
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.4-r2.ebuild | 3 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.8.5.ebuild | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/net-firewall/iptables/iptables-1.8.4-r2.ebuild b/net-firewall/iptables/iptables-1.8.4-r2.ebuild index 96799b425fb4..3298be20c0a2 100644 --- a/net-firewall/iptables/iptables-1.8.4-r2.ebuild +++ b/net-firewall/iptables/iptables-1.8.4-r2.ebuild @@ -3,9 +3,6 @@ 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 usr-ldscript DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" diff --git a/net-firewall/iptables/iptables-1.8.5.ebuild b/net-firewall/iptables/iptables-1.8.5.ebuild index b0ad14600d7f..f4076d28292f 100644 --- a/net-firewall/iptables/iptables-1.8.5.ebuild +++ b/net-firewall/iptables/iptables-1.8.5.ebuild @@ -3,9 +3,6 @@ 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 usr-ldscript DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" |