summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-06-10 07:20:36 +0000
committerPeter Volkov <pva@gentoo.org>2010-06-10 07:20:36 +0000
commit13bdefe1e8453babe46b178678d193565e43a53b (patch)
tree009d6c53d0d78cf2117b02d0877dc14835d3e8a2 /net-firewall/iptables/iptables-1.4.6.ebuild
parentMask www-client/chromium dev channel release and remove obsolete masks. (diff)
downloadgentoo-2-13bdefe1e8453babe46b178678d193565e43a53b.tar.gz
gentoo-2-13bdefe1e8453babe46b178678d193565e43a53b.tar.bz2
gentoo-2-13bdefe1e8453babe46b178678d193565e43a53b.zip
Add blocker on >=linux-headers-2.6.33, bug #323333, thank Jack Lloyd for report. Drop old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/iptables/iptables-1.4.6.ebuild')
-rw-r--r--net-firewall/iptables/iptables-1.4.6.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.4.6.ebuild b/net-firewall/iptables/iptables-1.4.6.ebuild
index aec6d3b77d9f..6281eeb39d14 100644
--- a/net-firewall/iptables/iptables-1.4.6.ebuild
+++ b/net-firewall/iptables/iptables-1.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.5 2010/05/24 12:10:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.6 2010/06/10 07:20:36 pva Exp $
inherit eutils toolchain-funcs
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE="ipv6"
-DEPEND="virtual/os-headers"
+DEPEND="virtual/os-headers
+ !>=sys-kernel/linux-headers-2.6.33"
RDEPEND=""
src_unpack() {