diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-01-23 20:29:45 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-01-23 20:29:45 +0000 |
commit | 759e0d548677c00f44f34249002c73df64f3b8f7 (patch) | |
tree | 1cae73599fb2315787982b8cbcee68f29ff352bf /net-analyzer/ttcp | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-759e0d548677c00f44f34249002c73df64f3b8f7.tar.gz gentoo-2-759e0d548677c00f44f34249002c73df64f3b8f7.tar.bz2 gentoo-2-759e0d548677c00f44f34249002c73df64f3b8f7.zip |
Unstable ppc-macos. Bug #67036
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-analyzer/ttcp')
-rw-r--r-- | net-analyzer/ttcp/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ttcp/ttcp-1.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/ttcp/ChangeLog b/net-analyzer/ttcp/ChangeLog index 5ae92f2a5c0f..4a9de9a73608 100644 --- a/net-analyzer/ttcp/ChangeLog +++ b/net-analyzer/ttcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ttcp -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.7 2004/07/13 06:44:22 eldad Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.8 2005/01/23 20:29:45 j4rg0n Exp $ + + 23 Jan 2005; Lina Pezzzella <j4rg0n@gentoo.org> ttcp-1.12.ebuild: + Unstable ppc-macos. Bug #67036 13 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml: Added metadata diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild index df342fd5157a..9ac98a85f29d 100644 --- a/net-analyzer/ttcp/ttcp-1.12.ebuild +++ b/net-analyzer/ttcp/ttcp-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.7 2004/07/01 20:27:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.8 2005/01/23 20:29:45 j4rg0n Exp $ inherit gcc eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc ~ppc-macos" DEPEND="virtual/libc" |