diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-15 14:49:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-15 14:49:41 +0000 |
commit | d17aa0016a858ef3eac8c9f6b758dc30087f103b (patch) | |
tree | 91d82b082459c1fecd88e9d0ef6d90ffbdc04ef7 /dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild | |
parent | Stable on arm, ppc, ppc64. Bug #516524 (diff) | |
download | gentoo-2-d17aa0016a858ef3eac8c9f6b758dc30087f103b.tar.gz gentoo-2-d17aa0016a858ef3eac8c9f6b758dc30087f103b.tar.bz2 gentoo-2-d17aa0016a858ef3eac8c9f6b758dc30087f103b.zip |
Set USE=graph dependency on net-analyzer/rrdtool (bug #509682).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild')
-rw-r--r-- | dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild b/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild index 1c26f3f2b24f..e0be6dc5007e 100644 --- a/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild +++ b/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild,v 1.2 2013/07/19 14:13:06 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild,v 1.3 2014/07/15 14:49:41 jer Exp $ EAPI=5 @@ -12,7 +12,6 @@ DESCRIPTION="RRDtool bindings for PHP" LICENSE="BSD" SLOT="0" -IUSE="" -DEPEND=">=net-analyzer/rrdtool-1.4.5-r1" +DEPEND=">=net-analyzer/rrdtool-1.4.5-r1[graph]" RDEPEND="${DEPEND}" |