From 88f20115574f83da8068a36059f6a30e7244c657 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 22 Sep 2019 01:05:37 -0500 Subject: net-analyzer/icinga2: update boost dep to depend on context flag Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode --- net-analyzer/icinga2/icinga2-2.11.0.ebuild | 5 +++-- net-analyzer/icinga2/icinga2-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'net-analyzer/icinga2') diff --git a/net-analyzer/icinga2/icinga2-2.11.0.ebuild b/net-analyzer/icinga2/icinga2-2.11.0.ebuild index 3ec54860fd1f..238cca62c36f 100644 --- a/net-analyzer/icinga2/icinga2-2.11.0.ebuild +++ b/net-analyzer/icinga2/icinga2-2.11.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 if [[ ${PV} != 9999 ]]; then inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" else inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets EGIT_REPO_URI="https://github.com/Icinga/icinga2.git" @@ -23,7 +23,8 @@ WX_GTK_VER="3.0" CDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - >=dev-libs/boost-1.66:= + >=dev-libs/boost-1.66.0:=[context] +