diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-15 16:45:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-15 16:45:16 +0000 |
commit | ff1fe2d1d8c4580521958979d15c6c407fec1aed (patch) | |
tree | 9416563d6c8ddb4a1343b25ecb94d83877d7e4a7 /net-analyzer/munin/munin-2.0.19-r1.ebuild | |
parent | New patchset. (diff) | |
download | historical-ff1fe2d1d8c4580521958979d15c6c407fec1aed.tar.gz historical-ff1fe2d1d8c4580521958979d15c6c407fec1aed.tar.bz2 historical-ff1fe2d1d8c4580521958979d15c6c407fec1aed.zip |
Set USE=graph dependency on net-analyzer/rrdtool (bug #509682).
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-analyzer/munin/munin-2.0.19-r1.ebuild')
-rw-r--r-- | net-analyzer/munin/munin-2.0.19-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/munin/munin-2.0.19-r1.ebuild b/net-analyzer/munin/munin-2.0.19-r1.ebuild index c4c984db6e77..644c572fed76 100644 --- a/net-analyzer/munin/munin-2.0.19-r1.ebuild +++ b/net-analyzer/munin/munin-2.0.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.19-r1.ebuild,v 1.1 2014/01/12 11:10:54 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.19-r1.ebuild,v 1.2 2014/07/15 16:45:14 jer Exp $ EAPI=5 @@ -65,7 +65,7 @@ DEPEND_COM="dev-lang/perl[berkdb] dev-perl/HTML-Template dev-perl/IO-Socket-INET6 dev-perl/URI - >=net-analyzer/rrdtool-1.3[perl] + >=net-analyzer/rrdtool-1.3[graph,perl] virtual/ssh )" |