diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-03 20:18:30 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-03 20:18:44 -0500 |
commit | 6315448d4d8ab99fc8ded9f40f99d34a876bf458 (patch) | |
tree | 3fd03cd6ad7359b6dccd4211bbcc4a8797c1c71f /net-analyzer/icinga2/icinga2-9999.ebuild | |
parent | dev-php/adodb: Version bump for 5.20.13 (diff) | |
download | gentoo-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.ebuild | 3 |
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} |