diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-03-22 06:17:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-03-22 06:17:30 +0000 |
commit | 2cfead9eba4081a0c2ab6c15bb9a808cc57b62c3 (patch) | |
tree | 666ee0d3736e11ff84d2ec96078cfed12aa1a179 /app-benchmarks/phoronix-test-suite | |
parent | All ebuilds need a version number so drop special case for master. Update co... (diff) | |
download | gentoo-2-2cfead9eba4081a0c2ab6c15bb9a808cc57b62c3.tar.gz gentoo-2-2cfead9eba4081a0c2ab6c15bb9a808cc57b62c3.tar.bz2 gentoo-2-2cfead9eba4081a0c2ab6c15bb9a808cc57b62c3.zip |
Fixing php deps for #400665
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/phoronix-test-suite')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-benchmarks/phoronix-test-suite/ChangeLog b/app-benchmarks/phoronix-test-suite/ChangeLog index 578cb73a1454..6bd7a12f04e5 100644 --- a/app-benchmarks/phoronix-test-suite/ChangeLog +++ b/app-benchmarks/phoronix-test-suite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/phoronix-test-suite -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.16 2011/12/14 22:55:55 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.17 2012/03/22 06:17:30 patrick Exp $ + + 22 Mar 2012; Patrick Lauer <patrick@gentoo.org> + phoronix-test-suite-3.2.1.ebuild: + Fixing php deps for #400665 14 Dec 2011; Matti Bickel <mabi@gentoo.org> phoronix-test-suite-2.8.1-r1.ebuild, phoronix-test-suite-3.2.1.ebuild: diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild index e1554a5638c9..b6d7c39c8655 100644 --- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild +++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild,v 1.2 2011/12/14 22:55:55 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild,v 1.3 2012/03/22 06:17:30 patrick Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="" DEPEND="" # php 5.3 doesn't have pcre and reflection useflags anymore -RDEPEND="dev-lang/php:5.3[cli,curl,gd,posix,pcntl,truetype,zip] +RDEPEND="dev-lang/php:5.3[cli,curl,gd,json,posix,pcntl,truetype,zip] dev-php/pecl-ps" S="${WORKDIR}/${PN}" |