net-analyzer/icinga2: update mysql/maria depend
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 12 Sep 2018 17:42:37 +0000 (12:42 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 12 Sep 2018 17:42:37 +0000 (12:42 -0500)
Bug: https://bugs.gentoo.org/665944
Package-Manager: Portage-2.3.48, Repoman-2.3.10

net-analyzer/icinga2/icinga2-9999.ebuild

index 635111837e4cd22e9c5788031ed09e8e5c2e5b7c..275130c94d6114f20152f6151317b893d8dc00d8 100644 (file)
@@ -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"