diff options
author | Brent Baude <ranger@gentoo.org> | 2008-03-28 15:31:15 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-03-28 15:31:15 +0000 |
commit | a53d544a681884f3fdf35fc6781a58d5465920f2 (patch) | |
tree | fdb12f4d7604d6b0123ecd9a65f0fe7a322e38be /app-benchmarks/pipebench | |
parent | stable ppc, bug 215070 (diff) | |
download | gentoo-2-a53d544a681884f3fdf35fc6781a58d5465920f2.tar.gz gentoo-2-a53d544a681884f3fdf35fc6781a58d5465920f2.tar.bz2 gentoo-2-a53d544a681884f3fdf35fc6781a58d5465920f2.zip |
stable ppc, 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 1b32d6bd51aa..74cdded32c1a 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.9 2008/03/27 15:56:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.10 2008/03/28 15:31:15 ranger Exp $ + + 28 Mar 2008; Brent Baude <ranger@gentoo.org> pipebench-0.40.ebuild: + stable ppc, bug 214975 27 Mar 2008; Markus Rothe <corsair@gentoo.org> pipebench-0.40.ebuild: Stable on ppc64; bug #214975 diff --git a/app-benchmarks/pipebench/pipebench-0.40.ebuild b/app-benchmarks/pipebench/pipebench-0.40.ebuild index 8af0456ec451..b19717c77c60 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.9 2008/03/27 15:56:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.10 2008/03/28 15:31:15 ranger 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" |