diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-17 23:25:53 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-17 23:25:53 +0000 |
commit | f004416686ba225f2c2d7bea4efd552150fc39a8 (patch) | |
tree | fa90fbc381f5c98ef14614aa8e567071846f0731 /net-analyzer/ippl/ippl-1.4.14.ebuild | |
parent | Added ~ppc (diff) | |
download | gentoo-2-f004416686ba225f2c2d7bea4efd552150fc39a8.tar.gz gentoo-2-f004416686ba225f2c2d7bea4efd552150fc39a8.tar.bz2 gentoo-2-f004416686ba225f2c2d7bea4efd552150fc39a8.zip |
marked as stable
Diffstat (limited to 'net-analyzer/ippl/ippl-1.4.14.ebuild')
-rw-r--r-- | net-analyzer/ippl/ippl-1.4.14.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/ippl/ippl-1.4.14.ebuild b/net-analyzer/ippl/ippl-1.4.14.ebuild index 2d98ca56bb93..31a53ab1b048 100644 --- a/net-analyzer/ippl/ippl-1.4.14.ebuild +++ b/net-analyzer/ippl/ippl-1.4.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14.ebuild,v 1.2 2003/02/13 13:41:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14.ebuild,v 1.3 2003/03/17 23:25:53 mholzer Exp $ DESCRIPTION="A daemon which logs TCP/UDP/ICMP packets" HOMEPAGE="http://pltplp.net/ippl/" @@ -8,7 +8,7 @@ SRC_URI="http://pltplp.net/ippl/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=yacc-1.9.1-r1 >=flex-2.5.4a-r4" RDEPEND="" @@ -29,4 +29,3 @@ src_install() { exeinto "/etc/init.d" newexe ${FILESDIR}/ippl.rc ippl } - |