diff options
author | Michael McCabe <randy@gentoo.org> | 2004-05-13 14:20:08 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-05-13 14:20:08 +0000 |
commit | 92f5b63c6180d3f49c252e7eed5bc8839e85a486 (patch) | |
tree | 3754825f56f02fee982f7d5b859afcf736ebe5bb /net-analyzer/netselect | |
parent | Stable on sparc (diff) | |
download | historical-92f5b63c6180d3f49c252e7eed5bc8839e85a486.tar.gz historical-92f5b63c6180d3f49c252e7eed5bc8839e85a486.tar.bz2 historical-92f5b63c6180d3f49c252e7eed5bc8839e85a486.zip |
Added s390 keywords
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netselect/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index 783ca9b2b198..515e547271ad 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netselect # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.10 2004/03/25 08:12:33 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.11 2004/05/13 14:20:08 randy Exp $ + + 13 May 2004; Michael McCabe <randy@gentoo.org> netselect-0.3.ebuild: + Added s390 keywords 25 Mar 2004; Joshua Kinard <kumba@gentoo.org> netselect-0.3.ebuild: Marked stable on mips. diff --git a/net-analyzer/netselect/Manifest b/net-analyzer/netselect/Manifest index c3d69bf5c39d..0fe5a14a3124 100644 --- a/net-analyzer/netselect/Manifest +++ b/net-analyzer/netselect/Manifest @@ -1,3 +1,3 @@ -MD5 c27a75fe4378ff16f5fbcea4a2ebe5e8 ChangeLog 1079 -MD5 73a30bdd57139546ceb34e8f48304b14 netselect-0.3.ebuild 819 +MD5 2adecbd411d2059f5997a303ac85ccb5 ChangeLog 1173 +MD5 6ac8deddac5ef3f72ffbefa818af5bd5 netselect-0.3.ebuild 824 MD5 7396c62cc3e5735019287ae62229dd48 files/digest-netselect-0.3 64 diff --git a/net-analyzer/netselect/netselect-0.3.ebuild b/net-analyzer/netselect/netselect-0.3.ebuild index c357d72618d1..29c719705e5a 100644 --- a/net-analyzer/netselect/netselect-0.3.ebuild +++ b/net-analyzer/netselect/netselect-0.3.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-analyzer/netselect/netselect-0.3.ebuild,v 1.14 2004/03/25 08:12:33 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.15 2004/05/13 14:20:08 randy Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Ultrafast implementation of ping." @@ -9,7 +9,7 @@ SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64" +KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64 s390" src_compile() { mv Makefile Makefile.orig |