commit: ad1c259756034612a7d4e5ae1bdcecae3868f36a Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Fri Aug 21 01:00:17 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Aug 21 01:00:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1c2597
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 <AT> gentoo.org> net-firewall/iptables/iptables-1.8.4-r2.ebuild | 3 --- net-firewall/iptables/iptables-1.8.5.ebuild | 3 --- 2 files changed, 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 96799b425fb..3298be20c0a 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 b0ad14600d7..f4076d28292 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"
