Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Tue, 04 Sep 2018 01:19:05
Message-Id: 1536023924.6315448d4d8ab99fc8ded9f40f99d34a876bf458.prometheanfire@gentoo
1 commit: 6315448d4d8ab99fc8ded9f40f99d34a876bf458
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 4 01:18:30 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 01:18:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6315448d
7
8 net-analyzer/icinga2: add missing dep
9
10 Fixes: https://bugs.gentoo.org/652384
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 net-analyzer/icinga2/{icinga2-9999.ebuild => icinga2-2.9.1-r1.ebuild} | 3 ++-
14 net-analyzer/icinga2/icinga2-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild
18 similarity index 98%
19 copy from net-analyzer/icinga2/icinga2-9999.ebuild
20 copy to net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild
21 index cedd09e7dce..635111837e4 100644
22 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
23 +++ b/net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild
24 @@ -27,7 +27,8 @@ CDEPEND="
25 >=dev-libs/boost-1.58-r1
26 console? ( dev-libs/libedit )
27 mysql? ( virtual/mysql )
28 - postgres? ( dev-db/postgresql:= )"
29 + postgres? ( dev-db/postgresql:= )
30 + dev-libs/yajl"
31
32 DEPEND="
33 ${CDEPEND}
34
35 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
36 index cedd09e7dce..635111837e4 100644
37 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
38 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
39 @@ -27,7 +27,8 @@ CDEPEND="
40 >=dev-libs/boost-1.58-r1
41 console? ( dev-libs/libedit )
42 mysql? ( virtual/mysql )
43 - postgres? ( dev-db/postgresql:= )"
44 + postgres? ( dev-db/postgresql:= )
45 + dev-libs/yajl"
46
47 DEPEND="
48 ${CDEPEND}