diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-03-27 15:56:38 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-03-27 15:56:38 +0000 |
commit | 7d568f3946ab776da25ed0c9fcc02fcdb6e38de3 (patch) | |
tree | 15ef3c7ab7ea677a21c17b768afac58d63ba2313 /app-benchmarks/pipebench | |
parent | Stable on ppc64; bug #214963 (diff) | |
download | gentoo-2-7d568f3946ab776da25ed0c9fcc02fcdb6e38de3.tar.gz gentoo-2-7d568f3946ab776da25ed0c9fcc02fcdb6e38de3.tar.bz2 gentoo-2-7d568f3946ab776da25ed0c9fcc02fcdb6e38de3.zip |
Stable on ppc64; bug #214975
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-benchmarks/pipebench')
-rw-r--r-- | app-benchmarks/pipebench/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/pipebench/pipebench-0.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/pipebench/ChangeLog b/app-benchmarks/pipebench/ChangeLog index ec82bc93fb84..1b32d6bd51aa 100644 --- a/app-benchmarks/pipebench/ChangeLog +++ b/app-benchmarks/pipebench/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/pipebench # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.8 2008/03/26 22:37:52 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.9 2008/03/27 15:56:38 corsair Exp $ + + 27 Mar 2008; Markus Rothe <corsair@gentoo.org> pipebench-0.40.ebuild: + Stable on ppc64; bug #214975 26 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> pipebench-0.40.ebuild: amd64 stable, bug #214975. Added a quote diff --git a/app-benchmarks/pipebench/pipebench-0.40.ebuild b/app-benchmarks/pipebench/pipebench-0.40.ebuild index 9e87eb248a2e..8af0456ec451 100644 --- a/app-benchmarks/pipebench/pipebench-0.40.ebuild +++ b/app-benchmarks/pipebench/pipebench-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.8 2008/03/26 22:37:52 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.9 2008/03/27 15:56:38 corsair Exp $ DESCRIPTION="Measures the speed of stdin/stdout communication" HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="" DEPEND="virtual/libc" |