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 | |
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')
-rw-r--r-- | dev-php/pecl-rrd/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/pecl-rrd/pecl-rrd-1.0.5.ebuild | 7 | ||||
-rw-r--r-- | dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/dev-php/pecl-rrd/ChangeLog b/dev-php/pecl-rrd/ChangeLog index 6f8c94c50376..70e1e975c647 100644 --- a/dev-php/pecl-rrd/ChangeLog +++ b/dev-php/pecl-rrd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/pecl-rrd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/ChangeLog,v 1.2 2013/07/19 14:13:06 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/ChangeLog,v 1.3 2014/07/15 14:49:41 jer Exp $ + + 15 Jul 2014; Jeroen Roovers <jer@gentoo.org> pecl-rrd-1.0.5.ebuild, + pecl-rrd-1.1.0.ebuild: + Set USE=graph dependency on net-analyzer/rrdtool (bug #509682). *pecl-rrd-1.1.0 (19 Jul 2013) 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}" diff --git a/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild b/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild index ea86a6186c76..cafd3c6ccd6f 100644 --- a/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild +++ b/dev-php/pecl-rrd/pecl-rrd-1.1.0.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.1.0.ebuild,v 1.1 2013/07/19 14:13:06 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-rrd/pecl-rrd-1.1.0.ebuild,v 1.2 2014/07/15 14:49:41 jer Exp $ EAPI=5 @@ -14,7 +14,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}" |