diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-02-06 20:40:04 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-02-06 20:40:04 +0000 |
commit | 18cc7bc88d58759491ff5707ce5f93795b29849e (patch) | |
tree | def39b675ec74a52b074f1ed8b06a31418c9b222 /net-analyzer | |
parent | Updated package.mask for KDE 4.0.1. (diff) | |
download | gentoo-2-18cc7bc88d58759491ff5707ce5f93795b29849e.tar.gz gentoo-2-18cc7bc88d58759491ff5707ce5f93795b29849e.tar.bz2 gentoo-2-18cc7bc88d58759491ff5707ce5f93795b29849e.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer')
-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 3a011ffab010..62e1d80f940c 100644 --- a/net-analyzer/ttcp/ChangeLog +++ b/net-analyzer/ttcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ttcp -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.13 2007/02/09 04:10:20 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.14 2008/02/06 20:40:04 grobian Exp $ + + 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> ttcp-1.12.ebuild: + Dropped ppc-macos keyword, see you in prefix 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild index 934ae3f1be41..e432e1e1adaf 100644 --- a/net-analyzer/ttcp/ttcp-1.12.ebuild +++ b/net-analyzer/ttcp/ttcp-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 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.12 2005/11/12 18:50:13 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.13 2008/02/06 20:40:04 grobian Exp $ inherit toolchain-funcs eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc ppc-macos mips ~sparc" +KEYWORDS="x86 ~amd64 ~ppc mips ~sparc" DEPEND="virtual/libc" |