summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-27 18:13:59 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-27 18:13:59 +0000
commitc0f2288d3885003b310e9b8a4b63031616115ac2 (patch)
tree6598e67ac5e6a1b4e592971cf32b2bad1134ef06
parentSparc stable, part of Bug #248760. (diff)
downloadgentoo-2-c0f2288d3885003b310e9b8a4b63031616115ac2.tar.gz
gentoo-2-c0f2288d3885003b310e9b8a4b63031616115ac2.tar.bz2
gentoo-2-c0f2288d3885003b310e9b8a4b63031616115ac2.zip
Drop linux-info eclass include #248066 by Laurence Withers.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
-rw-r--r--net-firewall/iptables/ChangeLog5
-rw-r--r--net-firewall/iptables/iptables-1.4.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index 2775e8fbd613..61328e59567e 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.181 2008/10/26 21:48:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.182 2008/11/27 18:13:59 vapier Exp $
+
+ 27 Nov 2008; Mike Frysinger <vapier@gentoo.org> iptables-1.4.2-r1.ebuild:
+ Drop linux-info eclass include #248066 by Laurence Withers.
26 Oct 2008; Mike Frysinger <vapier@gentoo.org>
+files/iptables-1.4.2-no-ldconfig.patch, iptables-1.4.2-r1.ebuild:
diff --git a/net-firewall/iptables/iptables-1.4.2-r1.ebuild b/net-firewall/iptables/iptables-1.4.2-r1.ebuild
index 545d7b26dc8d..4f71fa8532aa 100644
--- a/net-firewall/iptables/iptables-1.4.2-r1.ebuild
+++ b/net-firewall/iptables/iptables-1.4.2-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r1.ebuild,v 1.2 2008/10/26 21:48:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r1.ebuild,v 1.3 2008/11/27 18:13:59 vapier Exp $
-inherit eutils toolchain-funcs linux-info
+inherit eutils toolchain-funcs
DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"
HOMEPAGE="http://www.iptables.org/"