diff options
author | 2004-07-14 23:46:12 +0000 | |
---|---|---|
committer | 2004-07-14 23:46:12 +0000 | |
commit | 8e3a741db72ab04a3b43f3b43dd06d1419b9dcea (patch) | |
tree | e13878bbffff1f32bf35229623c423282e4502a8 /net-firewall/ipchains | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | historical-8e3a741db72ab04a3b43f3b43dd06d1419b9dcea.tar.gz historical-8e3a741db72ab04a3b43f3b43dd06d1419b9dcea.tar.bz2 historical-8e3a741db72ab04a3b43f3b43dd06d1419b9dcea.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-firewall/ipchains')
-rw-r--r-- | net-firewall/ipchains/ipchains-1.3.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild b/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild index 187765be9863..2042c492b17b 100644 --- a/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild +++ b/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild,v 1.4 2004/07/01 22:14:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild,v 1.5 2004/07/14 23:46:12 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="legacy Linux firewall/packet mangling tools" SRC_URI="http://netfilter.kernelnotes.org/ipchains/${P}.tar.gz" HOMEPAGE="http://netfilter.filewatcher.org/ipchains/" KEYWORDS="x86 ppc sparc " +IUSE="" SLOT="0" LICENSE="GPL-2" |