diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 03:02:01 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 03:02:01 +0000 |
commit | 301eb82c5c8a18b372475a5312a83ca525f4d65d (patch) | |
tree | 2f54f38362f9157d914f17a81b1fa330472ceffe /net-libs/libnids | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | gentoo-2-301eb82c5c8a18b372475a5312a83ca525f4d65d.tar.gz gentoo-2-301eb82c5c8a18b372475a5312a83ca525f4d65d.tar.bz2 gentoo-2-301eb82c5c8a18b372475a5312a83ca525f4d65d.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'net-libs/libnids')
-rw-r--r-- | net-libs/libnids/libnids-1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnids/libnids-1.16.ebuild b/net-libs/libnids/libnids-1.16.ebuild index 0e5f6c655958..e09e8fa720d1 100644 --- a/net-libs/libnids/libnids-1.16.ebuild +++ b/net-libs/libnids/libnids-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.4 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.5 2002/08/16 02:57:06 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection." @@ -11,7 +11,7 @@ DEPEND="net-libs/libpcap net-libs/libnet" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { |