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: Tue, 17 Sep 2019 15:44:57
Message-Id: 1568735087.cc4b82436a745c0a8f87615017e1c8e2489f8df0.prometheanfire@gentoo
1 commit: cc4b82436a745c0a8f87615017e1c8e2489f8df0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 15:44:29 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 15:44:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4b8243
7
8 net-analyzer/icinga2: depend on boost subslot
9
10 Fixes: https://bugs.gentoo.org/694616
11 Package-Manager: Portage-2.3.69, Repoman-2.3.17
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 net-analyzer/icinga2/icinga2-2.10.5.ebuild | 2 +-
15 net-analyzer/icinga2/icinga2-2.10.6.ebuild | 2 +-
16 net-analyzer/icinga2/icinga2-9999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-analyzer/icinga2/icinga2-2.10.5.ebuild b/net-analyzer/icinga2/icinga2-2.10.5.ebuild
20 index 45914f5d789..688e1fd1f38 100644
21 --- a/net-analyzer/icinga2/icinga2-2.10.5.ebuild
22 +++ b/net-analyzer/icinga2/icinga2-2.10.5.ebuild
23 @@ -24,7 +24,7 @@ WX_GTK_VER="3.0"
24 CDEPEND="
25 !libressl? ( dev-libs/openssl:0= )
26 libressl? ( dev-libs/libressl:0= )
27 - >=dev-libs/boost-1.58-r1
28 + >=dev-libs/boost-1.58-r1:=
29 console? ( dev-libs/libedit )
30 mariadb? ( dev-db/mariadb-connector-c:= )
31 mysql? ( dev-db/mysql-connector-c:= )
32
33 diff --git a/net-analyzer/icinga2/icinga2-2.10.6.ebuild b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
34 index 7d8f56dd9e4..d287bf41cef 100644
35 --- a/net-analyzer/icinga2/icinga2-2.10.6.ebuild
36 +++ b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
37 @@ -23,7 +23,7 @@ WX_GTK_VER="3.0"
38 CDEPEND="
39 !libressl? ( dev-libs/openssl:0= )
40 libressl? ( dev-libs/libressl:0= )
41 - >=dev-libs/boost-1.58-r1
42 + >=dev-libs/boost-1.58-r1:=
43 console? ( dev-libs/libedit )
44 mariadb? ( dev-db/mariadb-connector-c:= )
45 mysql? ( dev-db/mysql-connector-c:= )
46
47 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
48 index d8066e1db2f..a250b183b14 100644
49 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
50 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
51 @@ -23,7 +23,7 @@ WX_GTK_VER="3.0"
52 CDEPEND="
53 !libressl? ( dev-libs/openssl:0= )
54 libressl? ( dev-libs/libressl:0= )
55 - >=dev-libs/boost-1.58-r1
56 + >=dev-libs/boost-1.58-r1:=
57 console? ( dev-libs/libedit )
58 mariadb? ( dev-db/mariadb-connector-c:= )
59 mysql? ( dev-db/mysql-connector-c:= )