diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-09-03 19:01:12 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-09-03 19:01:12 +0000 |
commit | a4adcf2564f4497c5559fa78442235766c9cb7e2 (patch) | |
tree | f009352f5b15d2dd0be99694f706dc9a7b27eaca /app-benchmarks/stress | |
parent | Fix DEPEND and HOMEPAGE. (diff) | |
download | gentoo-2-a4adcf2564f4497c5559fa78442235766c9cb7e2.tar.gz gentoo-2-a4adcf2564f4497c5559fa78442235766c9cb7e2.tar.bz2 gentoo-2-a4adcf2564f4497c5559fa78442235766c9cb7e2.zip |
Stable on ppc64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-benchmarks/stress')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index 9d0710c5def5..d0a464c20b26 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.22 2005/09/02 19:16:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.23 2005/09/03 18:57:20 corsair Exp $ + + 03 Sep 2005; Markus Rothe <corsair@gentoo.org> stress-0.18.6.ebuild: + Stable on ppc64 02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> stress-0.18.6.ebuild: Stable on ppc. diff --git a/app-benchmarks/stress/stress-0.18.6.ebuild b/app-benchmarks/stress/stress-0.18.6.ebuild index cd50ace6de06..ebb13eb18519 100644 --- a/app-benchmarks/stress/stress-0.18.6.ebuild +++ b/app-benchmarks/stress/stress-0.18.6.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.6.ebuild,v 1.4 2005/09/02 19:16:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.6.ebuild,v 1.5 2005/09/03 18:57:20 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="~amd64 ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ~mips ppc ppc64 ~sparc x86" IUSE="static" DEPEND="virtual/libc" |