Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/
Date: Fri, 21 Aug 2020 01:00:45
Message-Id: 1597971617.ad1c259756034612a7d4e5ae1bdcecae3868f36a.chutzpah@gentoo
1 commit: ad1c259756034612a7d4e5ae1bdcecae3868f36a
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Aug 21 01:00:17 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 01:00:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1c2597
7
8 net-firewall/iptables: Drop AUTOTOOLS_AUTO_DEPEND=no (bug #715164)
9
10 Closes: https://bugs.gentoo.org/715164
11 Copyright: Sony Interactive Entertainment Inc.
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
14
15 net-firewall/iptables/iptables-1.8.4-r2.ebuild | 3 ---
16 net-firewall/iptables/iptables-1.8.5.ebuild | 3 ---
17 2 files changed, 6 deletions(-)
18
19 diff --git a/net-firewall/iptables/iptables-1.8.4-r2.ebuild b/net-firewall/iptables/iptables-1.8.4-r2.ebuild
20 index 96799b425fb..3298be20c0a 100644
21 --- a/net-firewall/iptables/iptables-1.8.4-r2.ebuild
22 +++ b/net-firewall/iptables/iptables-1.8.4-r2.ebuild
23 @@ -3,9 +3,6 @@
24
25 EAPI=7
26
27 -# Force users doing their own patches to install their own tools
28 -AUTOTOOLS_AUTO_DEPEND=no
29 -
30 inherit multilib systemd toolchain-funcs autotools flag-o-matic usr-ldscript
31
32 DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"
33
34 diff --git a/net-firewall/iptables/iptables-1.8.5.ebuild b/net-firewall/iptables/iptables-1.8.5.ebuild
35 index b0ad14600d7..f4076d28292 100644
36 --- a/net-firewall/iptables/iptables-1.8.5.ebuild
37 +++ b/net-firewall/iptables/iptables-1.8.5.ebuild
38 @@ -3,9 +3,6 @@
39
40 EAPI=7
41
42 -# Force users doing their own patches to install their own tools
43 -AUTOTOOLS_AUTO_DEPEND=no
44 -
45 inherit multilib systemd toolchain-funcs autotools flag-o-matic usr-ldscript
46
47 DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"