diff options
Diffstat (limited to 'sys-apps/iptables/iptables-1.2.6a.ebuild')
-rw-r--r-- | sys-apps/iptables/iptables-1.2.6a.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/iptables/iptables-1.2.6a.ebuild b/sys-apps/iptables/iptables-1.2.6a.ebuild index 36ab44a62e93..e67c951ac70c 100644 --- a/sys-apps/iptables/iptables-1.2.6a.ebuild +++ b/sys-apps/iptables/iptables-1.2.6a.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Paul Belt <gaarde@yahoo.com> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.6a.ebuild,v 1.2 2002/04/14 20:42:06 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.6a.ebuild,v 1.3 2002/07/10 16:17:58 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" @@ -9,6 +9,7 @@ SRC_URI="http://netfilter.samba.org/files/${P}.tar.bz2" SLOT="0" # iptables is dependent on kernel sources. Strange but true. DEPEND="virtual/glibc" +LICENSE="GPL-2" src_unpack() { unpack ${A} |