diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-07-30 03:20:35 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-07-30 03:20:35 +0000 |
commit | add7031ba4218333add8957d2efe5c3604f64c13 (patch) | |
tree | 7dd2cbd8bf5ac6426f8171c6f9f056b83df99bcb /net-analyzer/netio | |
parent | stable on ppc64, bug #57012 (Manifest recommit) (diff) | |
download | gentoo-2-add7031ba4218333add8957d2efe5c3604f64c13.tar.gz gentoo-2-add7031ba4218333add8957d2efe5c3604f64c13.tar.bz2 gentoo-2-add7031ba4218333add8957d2efe5c3604f64c13.zip |
Added macos keyword.
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r-- | net-analyzer/netio/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog index 5c2bb1354f51..b1bfbd2ec002 100644 --- a/net-analyzer/netio/ChangeLog +++ b/net-analyzer/netio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netio # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.6 2004/07/01 20:05:49 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.7 2004/07/30 03:20:35 gongloo Exp $ + + 29 Jul 2004; Hasan Khalil <gongloo@gentoo.org> netio-1.23.ebuild: + Added macos keyword, resolves bug #57820. 01 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, netio-1.23.ebuild: diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild index dc8e47d84cee..2e8015adc8f1 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.7 2004/07/01 20:05:49 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.8 2004/07/30 03:20:35 gongloo Exp $ DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols." HOMEPAGE="http://freshmeat.net/projects/netio/" SRC_URI="http://ftp.leo.org/pub/comp/os/os2/leo/systools/netio123.zip" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="x86 ppc ~sparc" +KEYWORDS="x86 ppc ~sparc macos" IUSE="" DEPEND="virtual/libc app-arch/unzip" |