diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-01-06 10:52:41 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-01-06 10:52:41 +0000 |
commit | a9dca9308a2500adb0c62286154597cb5eb6867f (patch) | |
tree | 37cccd718da0593f01e1fff542675b6bf2a0490a /net-firewall/iptables/iptables-1.3.4.ebuild | |
parent | version bump, remove older version (diff) | |
download | gentoo-2-a9dca9308a2500adb0c62286154597cb5eb6867f.tar.gz gentoo-2-a9dca9308a2500adb0c62286154597cb5eb6867f.tar.bz2 gentoo-2-a9dca9308a2500adb0c62286154597cb5eb6867f.zip |
changing l7 filter from 2.0_beta to 2.0 - only change in the iptables patch was an error emssage change
(Portage version: 2.1_pre3)
Diffstat (limited to 'net-firewall/iptables/iptables-1.3.4.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/iptables/iptables-1.3.4.ebuild b/net-firewall/iptables/iptables-1.3.4.ebuild index bc8c5af5f8cd..f4a47ab75d4a 100644 --- a/net-firewall/iptables/iptables-1.3.4.ebuild +++ b/net-firewall/iptables/iptables-1.3.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.4.ebuild,v 1.8 2005/12/18 17:58:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.4.ebuild,v 1.9 2006/01/06 10:52:41 dragonheart Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info -L7_PV="2.0-beta" +L7_PV="2.0" L7_P="netfilter-layer7-v${L7_PV}" L7_PATCH="iptables-layer7-2.0.patch" IMQ_PATCH="iptables-1.3.0-imq1.diff" |