diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-08 03:30:56 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-08 03:30:56 +0000 |
commit | 460410beaf39036c6e9df80434b2a76015ac661b (patch) | |
tree | abd5a783bc9a9a3d5da58907f3b66caf267b7337 /net-analyzer/nttcp | |
parent | Add patch to ensure all versioned shared library symlinks are created. (Manif... (diff) | |
download | gentoo-2-460410beaf39036c6e9df80434b2a76015ac661b.tar.gz gentoo-2-460410beaf39036c6e9df80434b2a76015ac661b.tar.bz2 gentoo-2-460410beaf39036c6e9df80434b2a76015ac661b.zip |
~amd64
Diffstat (limited to 'net-analyzer/nttcp')
-rw-r--r-- | net-analyzer/nttcp/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nttcp/nttcp-1.47.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nttcp/ChangeLog b/net-analyzer/nttcp/ChangeLog index d807194764df..e3d182c95d8f 100644 --- a/net-analyzer/nttcp/ChangeLog +++ b/net-analyzer/nttcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nttcp # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.1 2004/03/04 23:18:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.2 2004/04/08 03:30:56 lv Exp $ + + 07 Apr 2004; Travis Tilley <lv@gentoo.org> nttcp-1.47.ebuild: + added ~amd64 keyword *nttcp-1.47 (04 Mar 2004) diff --git a/net-analyzer/nttcp/nttcp-1.47.ebuild b/net-analyzer/nttcp/nttcp-1.47.ebuild index 0e4fec67aebf..9c35ca396f0d 100644 --- a/net-analyzer/nttcp/nttcp-1.47.ebuild +++ b/net-analyzer/nttcp/nttcp-1.47.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/nttcp/nttcp-1.47.ebuild,v 1.1 2004/03/04 23:18:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47.ebuild,v 1.2 2004/04/08 03:30:56 lv Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="http://www.leo.org/~elmar/nttcp/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~alpha ~ia64" +KEYWORDS="~x86 ~alpha ~ia64 ~amd64" DEPEND="virtual/glibc" |