diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-07-07 18:32:52 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-07-07 18:32:52 +0000 |
commit | 50e42416ac0e12092d4edd8457e0733f931d223f (patch) | |
tree | b55250be90ec238487aa4a90fd82091abce97eec /app-benchmarks/stress | |
parent | Stable on x86. (diff) | |
download | gentoo-2-50e42416ac0e12092d4edd8457e0733f931d223f.tar.gz gentoo-2-50e42416ac0e12092d4edd8457e0733f931d223f.tar.bz2 gentoo-2-50e42416ac0e12092d4edd8457e0733f931d223f.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-benchmarks/stress')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index 1f20c8826d69..30884d74ea0b 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/stress # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.18 2005/07/03 13:17:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.19 2005/07/07 18:28:31 corsair Exp $ + + 07 Jul 2005; Markus Rothe <corsair@gentoo.org> stress-0.18.4.ebuild: + Stable on ppc64 03 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> stress-0.18.4.ebuild: Stable on ppc. diff --git a/app-benchmarks/stress/stress-0.18.4.ebuild b/app-benchmarks/stress/stress-0.18.4.ebuild index 3778d28099d2..66e807fbf06b 100644 --- a/app-benchmarks/stress/stress-0.18.4.ebuild +++ b/app-benchmarks/stress/stress-0.18.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.4.ebuild,v 1.3 2005/07/03 13:17:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.4.ebuild,v 1.4 2005/07/07 18:28:31 corsair Exp $ inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc ~ppc64 ~sparc x86" +KEYWORDS="ppc ppc64 ~sparc x86" IUSE="static" DEPEND="virtual/libc" |