diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 11:08:30 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 11:08:30 +0000 |
commit | 40e494603b48c3d8158fe9eee95a7e217ec8174e (patch) | |
tree | a9eaa58314a1c9387ff255a097daff1319e75093 /app-benchmarks/stress | |
parent | Stable on hppa. (diff) | |
download | historical-40e494603b48c3d8158fe9eee95a7e217ec8174e.tar.gz historical-40e494603b48c3d8158fe9eee95a7e217ec8174e.tar.bz2 historical-40e494603b48c3d8158fe9eee95a7e217ec8174e.zip |
PPC Keyword modification, see changelog for details
Diffstat (limited to 'app-benchmarks/stress')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 6 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index 212d8177916e..7a952799df8a 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/stress # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.11 2004/06/24 21:29:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.12 2004/10/05 11:08:30 pvdabeel Exp $ + + 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + stress-0.18.1.ebuild: + Masked stress-0.18.1.ebuild stable for ppc 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> stress-0.18.1.ebuild: Add die following econf for bug 48950 diff --git a/app-benchmarks/stress/stress-0.18.1.ebuild b/app-benchmarks/stress/stress-0.18.1.ebuild index 5b90faa8d756..feccded7403e 100644 --- a/app-benchmarks/stress/stress-0.18.1.ebuild +++ b/app-benchmarks/stress/stress-0.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.1.ebuild,v 1.6 2004/06/24 21:29:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.1.ebuild,v 1.7 2004/10/05 11:08:30 pvdabeel Exp $ MY_P=${PN}-${PV/_/} S="${WORKDIR}/${MY_P}" @@ -11,7 +11,7 @@ SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ppc" DEPEND="" RDEPEND="" |