diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-05-19 11:52:40 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-05-19 11:53:16 -0700 |
commit | b15bc816925ae6fbe6cf760858d712635ba3a6ce (patch) | |
tree | 963245b337edb53d747c840a1d8645b9d1f53c6a /net-firewall | |
parent | ac433c5a48b56b486788453a83085d16dc5d2b8f (diff) | |
download | gentoo-b15bc816925ae6fbe6cf760858d712635ba3a6ce.tar.gz gentoo-b15bc816925ae6fbe6cf760858d712635ba3a6ce.tar.xz |
net-firewall/iptables: >=linux-headers-4.4 needed for BPF_OBJ_GET
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Package-Manager: Portage-2.3.33, Repoman-2.3.9
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.6.1-r3.ebuild | 1 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.6.2-r1.ebuild | 1 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.6.2-r2.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-firewall/iptables/iptables-1.6.1-r3.ebuild b/net-firewall/iptables/iptables-1.6.1-r3.ebuild index e2e29f74ee9..0bcab1a4bd2 100644 --- a/net-firewall/iptables/iptables-1.6.1-r3.ebuild +++ b/net-firewall/iptables/iptables-1.6.1-r3.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} virtual/os-headers + >=sys-kernel/linux-headers-4.4:0 virtual/pkgconfig nftables? ( sys-devel/flex diff --git a/net-firewall/iptables/iptables-1.6.2-r1.ebuild b/net-firewall/iptables/iptables-1.6.2-r1.ebuild index ce3b60df453..6c819b048e5 100644 --- a/net-firewall/iptables/iptables-1.6.2-r1.ebuild +++ b/net-firewall/iptables/iptables-1.6.2-r1.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} virtual/os-headers + >=sys-kernel/linux-headers-4.4:0 virtual/pkgconfig nftables? ( sys-devel/flex diff --git a/net-firewall/iptables/iptables-1.6.2-r2.ebuild b/net-firewall/iptables/iptables-1.6.2-r2.ebuild index 131b221fb8f..6688c68b711 100644 --- a/net-firewall/iptables/iptables-1.6.2-r2.ebuild +++ b/net-firewall/iptables/iptables-1.6.2-r2.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} virtual/os-headers + >=sys-kernel/linux-headers-4.4:0 virtual/pkgconfig nftables? ( sys-devel/flex |