diff options
author | 2019-03-09 15:38:10 +0100 | |
---|---|---|
committer | 2019-03-09 15:38:43 +0100 | |
commit | 50136e4cf201afd4061e2bf77bdc66b93214e565 (patch) | |
tree | 5191f668460a8dd9120c44d48a3b3f458d134b10 /net-analyzer | |
parent | net-analyzer/cacti: Version 1.2.2 (diff) | |
download | gentoo-50136e4cf201afd4061e2bf77bdc66b93214e565.tar.gz gentoo-50136e4cf201afd4061e2bf77bdc66b93214e565.tar.bz2 gentoo-50136e4cf201afd4061e2bf77bdc66b93214e565.zip |
net-analyzer/cacti: Drop virtual/mysql RDEPEND
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Bug: https://bugs.gentoo.org/show_bug.cgi?id=665938
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti/cacti-1.1.38-r1.ebuild (renamed from net-analyzer/cacti/cacti-1.1.38.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/cacti/cacti-1.1.38.ebuild b/net-analyzer/cacti/cacti-1.1.38-r1.ebuild index 921139358544..2fe7dfd9ac84 100644 --- a/net-analyzer/cacti/cacti-1.1.38.ebuild +++ b/net-analyzer/cacti/cacti-1.1.38-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,6 @@ RDEPEND=" dev-php/adodb net-analyzer/rrdtool[graph] virtual/cron - virtual/mysql snmp? ( >=net-analyzer/net-snmp-5.2.0 ) " |