diff options
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.17_pre7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index 183161cd7b71..3b01f8cdf717 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-benchmarks/stress # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.3 2003/02/12 03:04:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.4 2003/03/28 11:13:06 pvdabeel Exp $ *stress-0.17pre7 (08 Dec 2002) + 28 Mar 2003; Pieter Van den Abeele <pvdabeel@gentoo.org> stress-0.17pre7.ebuild: + Moved to ~ppc + 08 Dec 2002; Joshua Brindle <method@gentoo.org> stress-0.17pre7.ebuild: Initial import. Ebuild submitted by Donald Giuliano <guido@ou.edu> free, so the best we can hope (and expect!) to receive is credit. diff --git a/app-benchmarks/stress/stress-0.17_pre7.ebuild b/app-benchmarks/stress/stress-0.17_pre7.ebuild index 7eb3e250e330..d9776d713989 100644 --- a/app-benchmarks/stress/stress-0.17_pre7.ebuild +++ b/app-benchmarks/stress/stress-0.17_pre7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.17_pre7.ebuild,v 1.3 2003/02/13 05:58:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.17_pre7.ebuild,v 1.4 2003/03/28 11:13:06 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" +KEYWORDS="x86 ~sparc ~ppc" DEPEND="" RDEPEND="" |