Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Sat, 21 Sep 2019 16:28:27
Message-Id: 1569083300.7eb1249535c8526faebb363a84f715f6eb86bd50.prometheanfire@gentoo
1 commit: 7eb1249535c8526faebb363a84f715f6eb86bd50
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 16:28:07 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 16:28:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb12495
7
8 net-analyzer/icinga2: fixed the dep on boost (requires a min of 1.66)
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-analyzer/icinga2/icinga2-2.11.0.ebuild | 2 +-
14 net-analyzer/icinga2/icinga2-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-analyzer/icinga2/icinga2-2.11.0.ebuild b/net-analyzer/icinga2/icinga2-2.11.0.ebuild
18 index a250b183b14..3ec54860fd1 100644
19 --- a/net-analyzer/icinga2/icinga2-2.11.0.ebuild
20 +++ b/net-analyzer/icinga2/icinga2-2.11.0.ebuild
21 @@ -23,7 +23,7 @@ WX_GTK_VER="3.0"
22 CDEPEND="
23 !libressl? ( dev-libs/openssl:0= )
24 libressl? ( dev-libs/libressl:0= )
25 - >=dev-libs/boost-1.58-r1:=
26 + >=dev-libs/boost-1.66:=
27 console? ( dev-libs/libedit )
28 mariadb? ( dev-db/mariadb-connector-c:= )
29 mysql? ( dev-db/mysql-connector-c:= )
30
31 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
32 index a250b183b14..3ec54860fd1 100644
33 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
34 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
35 @@ -23,7 +23,7 @@ WX_GTK_VER="3.0"
36 CDEPEND="
37 !libressl? ( dev-libs/openssl:0= )
38 libressl? ( dev-libs/libressl:0= )
39 - >=dev-libs/boost-1.58-r1:=
40 + >=dev-libs/boost-1.66:=
41 console? ( dev-libs/libedit )
42 mariadb? ( dev-db/mariadb-connector-c:= )
43 mysql? ( dev-db/mysql-connector-c:= )