diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-03-21 20:48:38 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-03-21 20:48:38 +0000 |
commit | 277d91a606740b5cf1dc33ed86cfd3f6ddf16ac5 (patch) | |
tree | 0e065d753427312f46f6d425f9c84e5d6ec2ff74 /sys-apps/iptables | |
parent | new dual version (diff) | |
download | gentoo-2-277d91a606740b5cf1dc33ed86cfd3f6ddf16ac5.tar.gz gentoo-2-277d91a606740b5cf1dc33ed86cfd3f6ddf16ac5.tar.bz2 gentoo-2-277d91a606740b5cf1dc33ed86cfd3f6ddf16ac5.zip |
removed now unnecessary linux-sources depend
Diffstat (limited to 'sys-apps/iptables')
-rw-r--r-- | sys-apps/iptables/iptables-1.2.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/iptables/iptables-1.2.5-r1.ebuild b/sys-apps/iptables/iptables-1.2.5-r1.ebuild index b8e2f39bf0ea..4c3970d98b5b 100644 --- a/sys-apps/iptables/iptables-1.2.5-r1.ebuild +++ b/sys-apps/iptables/iptables-1.2.5-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.5-r1.ebuild,v 1.1 2002/03/21 06:10:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.5-r1.ebuild,v 1.2 2002/03/21 20:48:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" SRC_URI="http://netfilter.samba.org/files/${P}.tar.bz2" # iptables is dependent on kernel sources. Strange but true. -DEPEND="virtual/glibc sys-kernel/linux-sources" +DEPEND="virtual/glibc" src_unpack() { unpack ${A} |