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: Sun, 22 Sep 2019 06:08:02
Message-Id: 1569132472.88f20115574f83da8068a36059f6a30e7244c657.prometheanfire@gentoo
1 commit: 88f20115574f83da8068a36059f6a30e7244c657
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 22 06:05:37 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 22 06:07:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f20115
7
8 net-analyzer/icinga2: update boost dep to depend on context flag
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 | 5 +++--
14 net-analyzer/icinga2/icinga2-9999.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 3 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 3ec54860fd1..238cca62c36 100644
19 --- a/net-analyzer/icinga2/icinga2-2.11.0.ebuild
20 +++ b/net-analyzer/icinga2/icinga2-2.11.0.ebuild
21 @@ -5,7 +5,7 @@ EAPI=6
22 if [[ ${PV} != 9999 ]]; then
23 inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets
24 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
26 + KEYWORDS="~amd64 ~arm64 ~x86"
27 else
28 inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets
29 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
30 @@ -23,7 +23,8 @@ WX_GTK_VER="3.0"
31 CDEPEND="
32 !libressl? ( dev-libs/openssl:0= )
33 libressl? ( dev-libs/libressl:0= )
34 - >=dev-libs/boost-1.66:=
35 + >=dev-libs/boost-1.66.0:=[context]
36 + <dev-libs/boost-1.71.0
37 console? ( dev-libs/libedit )
38 mariadb? ( dev-db/mariadb-connector-c:= )
39 mysql? ( dev-db/mysql-connector-c:= )
40
41 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
42 index 3ec54860fd1..31e997e9e6a 100644
43 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
44 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
45 @@ -23,7 +23,7 @@ WX_GTK_VER="3.0"
46 CDEPEND="
47 !libressl? ( dev-libs/openssl:0= )
48 libressl? ( dev-libs/libressl:0= )
49 - >=dev-libs/boost-1.66:=
50 + >=dev-libs/boost-1.66:=[context]
51 console? ( dev-libs/libedit )
52 mariadb? ( dev-db/mariadb-connector-c:= )
53 mysql? ( dev-db/mysql-connector-c:= )