diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-11 16:12:45 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-11 16:12:45 +0000 |
commit | 213880f497f4bc9cb14a429ba76bd57e6db2c0ea (patch) | |
tree | a85fefae38fae656e83f4512b57362ffd6aa6a98 /app-benchmarks | |
parent | stable ppc64, bug 261723 (diff) | |
download | gentoo-2-213880f497f4bc9cb14a429ba76bd57e6db2c0ea.tar.gz gentoo-2-213880f497f4bc9cb14a429ba76bd57e6db2c0ea.tar.bz2 gentoo-2-213880f497f4bc9cb14a429ba76bd57e6db2c0ea.zip |
stable ppc64, bug 261720
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index 220f55b245ba..022b9024588c 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/stress # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.29 2009/01/08 20:28:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.30 2009/03/11 16:12:45 ranger Exp $ + + 11 Mar 2009; Brent Baude <ranger@gentoo.org> stress-1.0.0.ebuild: + stable ppc64, bug 261720 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -stress-0.18.1.ebuild, -stress-0.18.4.ebuild, -stress-0.18.8.ebuild: diff --git a/app-benchmarks/stress/stress-1.0.0.ebuild b/app-benchmarks/stress/stress-1.0.0.ebuild index af9b6f26dd6a..f42fa72cb65e 100644 --- a/app-benchmarks/stress/stress-1.0.0.ebuild +++ b/app-benchmarks/stress/stress-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.0.ebuild,v 1.1 2008/11/23 00:53:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.0.ebuild,v 1.2 2009/03/11 16:12:45 ranger 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" |