diff options
author | 2004-02-18 21:07:48 +0000 | |
---|---|---|
committer | 2004-02-18 21:07:48 +0000 | |
commit | 3ed383e1c6b0466f28aa77129845f852467bf9b4 (patch) | |
tree | 9ac326f978ce5137b8cc7205537fbdd31daeeffb /net-libs | |
parent | Added the patch for the mremap/munmap vulnerability. Bug #42024. (Manifest re... (diff) | |
download | gentoo-2-3ed383e1c6b0466f28aa77129845f852467bf9b4.tar.gz gentoo-2-3ed383e1c6b0466f28aa77129845f852467bf9b4.tar.bz2 gentoo-2-3ed383e1c6b0466f28aa77129845f852467bf9b4.zip |
update KEYWORDS
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/libnet-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnet/libnet-1.1.1.ebuild b/net-libs/libnet/libnet-1.1.1.ebuild index e109f3ca437e..b2ea67e98b5c 100644 --- a/net-libs/libnet/libnet-1.1.1.ebuild +++ b/net-libs/libnet/libnet-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.1.ebuild,v 1.3 2004/01/30 14:44:41 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.1.ebuild,v 1.4 2004/02/18 21:07:48 vapier Exp $ DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)" HOMEPAGE="http://www.packetfactory.net/libnet/" @@ -8,7 +8,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/${P}.tar.gz" LICENSE="LGPL-2" SLOT="1.1" -KEYWORDS="x86 ~alpha ~mips ~amd64 ~sparc" +KEYWORDS="x86 ppc ~sparc ~alpha ~mips ~amd64" S=${WORKDIR}/libnet |