diff options
Diffstat (limited to 'dev-php/PEAR-Benchmark')
-rw-r--r-- | dev-php/PEAR-Benchmark/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Benchmark/ChangeLog b/dev-php/PEAR-Benchmark/ChangeLog index bf4afa3a57b3..38d84bc80765 100644 --- a/dev-php/PEAR-Benchmark/ChangeLog +++ b/dev-php/PEAR-Benchmark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Benchmark # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.13 2006/01/22 16:25:17 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.14 2006/01/22 21:46:54 blubb Exp $ + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> + PEAR-Benchmark-1.2.4.ebuild: + stable on amd64 wrt bug 119722 22 Jan 2006; Jason Wever <weeve@gentoo.org> PEAR-Benchmark-1.2.4.ebuild: Stable on SPARC wrt bug #119722. diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.4.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.4.ebuild index d5be6f457277..983e0f32e184 100644 --- a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.4.ebuild +++ b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.4.ebuild,v 1.5 2006/01/22 16:25:17 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.4.ebuild,v 1.6 2006/01/22 21:46:54 blubb Exp $ inherit php-pear-r1 DESCRIPTION="Framework to benchmark PHP scripts or function calls." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="" |