summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-09-12 12:42:37 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-09-12 12:42:37 -0500
commitc3ced381f4ffbab6980f551d8190c2618bf85873 (patch)
tree0550c79b211c368e67dee4399a88beb33d9d05d7 /net-analyzer/icinga2
parentkde-apps/okular: Drop duplicate patch (diff)
downloadgentoo-c3ced381f4ffbab6980f551d8190c2618bf85873.tar.gz
gentoo-c3ced381f4ffbab6980f551d8190c2618bf85873.tar.bz2
gentoo-c3ced381f4ffbab6980f551d8190c2618bf85873.zip
net-analyzer/icinga2: update mysql/maria depend
Bug: https://bugs.gentoo.org/665944 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r--net-analyzer/icinga2/icinga2-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
index 635111837e4c..275130c94d61 100644
--- a/net-analyzer/icinga2/icinga2-9999.ebuild
+++ b/net-analyzer/icinga2/icinga2-9999.ebuild
@@ -26,7 +26,10 @@ CDEPEND="
libressl? ( dev-libs/libressl:0= )
>=dev-libs/boost-1.58-r1
console? ( dev-libs/libedit )
- mysql? ( virtual/mysql )
+ mysql? ( || (
+ dev-db/mariadb-connector-c
+ dev-db/mysql-connector-c )
+ )
postgres? ( dev-db/postgresql:= )
dev-libs/yajl"