diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:55:55 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:55:55 +0000 |
commit | 4545cf0fd3ae18204ceac891229c2314a9901d31 (patch) | |
tree | 78c2cf75a8f622a6fe77903d1d94130cba2c17bd /app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild | |
parent | Moving package from dev-php5 to dev-php category (bug #324665) (diff) | |
download | gentoo-2-4545cf0fd3ae18204ceac891229c2314a9901d31.tar.gz gentoo-2-4545cf0fd3ae18204ceac891229c2314a9901d31.tar.bz2 gentoo-2-4545cf0fd3ae18204ceac891229c2314a9901d31.zip |
Merging categories dev-php5 and dev-php (bug #324665)
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild index 11646e6152a5..5463d2530ba3 100644 --- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild +++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-2.8.1-r1.ebuild,v 1.3 2011/08/31 06:41:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.8.1-r1.ebuild,v 1.4 2011/12/14 22:55:55 mabi Exp $ EAPI=4 @@ -20,7 +20,7 @@ DEPEND="" # php 5.3 doesn't have pcre useflag anymore RDEPEND=">=dev-lang/php-5.2[cli,curl,gd,posix,pcntl,pcre(+),truetype] app-arch/unzip - dev-php5/pecl-ps" + dev-php/pecl-ps" S="${WORKDIR}/${PN}" |