summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-09-03 20:18:30 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-09-03 20:18:44 -0500
commit6315448d4d8ab99fc8ded9f40f99d34a876bf458 (patch)
tree3fd03cd6ad7359b6dccd4211bbcc4a8797c1c71f /net-analyzer/icinga2/icinga2-9999.ebuild
parentdev-php/adodb: Version bump for 5.20.13 (diff)
downloadgentoo-6315448d4d8ab99fc8ded9f40f99d34a876bf458.tar.gz
gentoo-6315448d4d8ab99fc8ded9f40f99d34a876bf458.tar.bz2
gentoo-6315448d4d8ab99fc8ded9f40f99d34a876bf458.zip
net-analyzer/icinga2: add missing dep
Fixes: https://bugs.gentoo.org/652384 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'net-analyzer/icinga2/icinga2-9999.ebuild')
-rw-r--r--net-analyzer/icinga2/icinga2-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
index cedd09e7dce0..635111837e4c 100644
--- a/net-analyzer/icinga2/icinga2-9999.ebuild
+++ b/net-analyzer/icinga2/icinga2-9999.ebuild
@@ -27,7 +27,8 @@ CDEPEND="
>=dev-libs/boost-1.58-r1
console? ( dev-libs/libedit )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql:= )"
+ postgres? ( dev-db/postgresql:= )
+ dev-libs/yajl"
DEPEND="
${CDEPEND}