diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-03-03 20:11:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-03-03 20:11:10 +0000 |
commit | 48618a25706ed7d18855d34539d727728dde6de6 (patch) | |
tree | d8d4883ccb12d3040d7cc28945831651428c3e94 /app-benchmarks | |
parent | Version bump. Fixes bug #304299. Remove old. Add myself to maintainers (diff) | |
download | gentoo-2-48618a25706ed7d18855d34539d727728dde6de6.tar.gz gentoo-2-48618a25706ed7d18855d34539d727728dde6de6.tar.bz2 gentoo-2-48618a25706ed7d18855d34539d727728dde6de6.zip |
No need to add a useflag for a dependency
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/ChangeLog | 6 | ||||
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-benchmarks/phoronix-test-suite/ChangeLog b/app-benchmarks/phoronix-test-suite/ChangeLog index d4b64b9ea047..4af27b9583b6 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.7 2010/03/02 12:48:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.8 2010/03/03 20:11:10 patrick Exp $ + + 03 Mar 2010; Patrick Lauer <patrick@gentoo.org> + phoronix-test-suite-2.4.1-r1.ebuild: + No need to add a useflag for a dependency 02 Mar 2010; Patrick Lauer <patrick@gentoo.org> phoronix-test-suite-2.4.1-r1.ebuild: diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild index 01daae7c57e4..4a0511792fbf 100644 --- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild +++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.4.1-r1.ebuild,v 1.2 2010/03/02 12:48:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild,v 1.3 2010/03/03 20:11:10 patrick Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="gd gtk" DEPEND="" RDEPEND="dev-lang/php:5[cli,gd,posix,pcntl,truetype,pcre] app-arch/unzip - ps? ( dev-php5/pecl-ps ) + dev-php5/pecl-ps gtk? ( dev-php5/php-gtk )" S="${WORKDIR}/${PN}" |