diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2012-10-10 12:18:24 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2012-10-10 12:18:24 +0000 |
commit | a2077f9d052f311029c49716a8998908f9d6b1c9 (patch) | |
tree | b72bf2a0a4d726f96ed45f5daf1610154d07912f /net-firewall/iptables/iptables-1.4.13-r2.ebuild | |
parent | Small fixes in metadata, add desktop-effects herd to maintainers (diff) | |
download | historical-a2077f9d052f311029c49716a8998908f9d6b1c9.tar.gz historical-a2077f9d052f311029c49716a8998908f9d6b1c9.tar.bz2 historical-a2077f9d052f311029c49716a8998908f9d6b1c9.zip |
Make sure linux-headers <3.5 are used for iptables <1.4.16 (see http://www.spinics.net/lists/netfilter-devel/msg22762.html).
Package-Manager: portage-2.1.11.20/cvs/Linux x86_64
Diffstat (limited to 'net-firewall/iptables/iptables-1.4.13-r2.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.4.13-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.4.13-r2.ebuild b/net-firewall/iptables/iptables-1.4.13-r2.ebuild index 8a04b2d3b070..0c3c220b3c90 100644 --- a/net-firewall/iptables/iptables-1.4.13-r2.ebuild +++ b/net-firewall/iptables/iptables-1.4.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13-r2.ebuild,v 1.1 2012/09/14 17:58:26 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13-r2.ebuild,v 1.2 2012/10/10 12:18:24 dev-zero Exp $ EAPI="4" @@ -23,6 +23,7 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/os-headers + !>=sys-kernel/linux-headers-3.5 " src_prepare() { |