diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-09-18 17:02:55 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-09-18 17:02:55 +0000 |
commit | 70770baa8fe1022a1fcc745616b563a08e3e9535 (patch) | |
tree | 2162f02bdcf9f61dd5c94869dbf5465c7dd966c6 /dev-php/PEAR-Benchmark | |
parent | Update to 2.6.13.2. Fix a speakup-related gameport problem. Fix the evil AMD6... (diff) | |
download | gentoo-2-70770baa8fe1022a1fcc745616b563a08e3e9535.tar.gz gentoo-2-70770baa8fe1022a1fcc745616b563a08e3e9535.tar.bz2 gentoo-2-70770baa8fe1022a1fcc745616b563a08e3e9535.zip |
Marked ~ppc to fix broken php deps.
(Portage version: 2.0.52-r1)
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.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Benchmark/ChangeLog b/dev-php/PEAR-Benchmark/ChangeLog index 324db4744d64..1bcc3eb55afe 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.4 2005/09/11 02:46:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.5 2005/09/18 17:02:55 josejx Exp $ + + 18 Sep 2005; Joseph Jezak <josejx@gentoo.org> + PEAR-Benchmark-1.2.2-r1.ebuild: + Marked ~ppc to fix broken php deps. 11 Sep 2005; Jason Wever <weeve@gentoo.org> PEAR-Benchmark-1.2.2-r1.ebuild: diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.2-r1.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.2-r1.ebuild index 9d035090c867..071e5a693ecc 100644 --- a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.2-r1.ebuild +++ b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.2-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 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.2-r1.ebuild,v 1.3 2005/09/11 02:46:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.2-r1.ebuild,v 1.4 2005/09/18 17:02:55 josejx Exp $ inherit php-pear-r1 DESCRIPTION="Framework to benchmark PHP scripts or function calls." LICENSE="PHP" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" IUSE="" |