summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-08-04 16:50:56 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-08-04 16:51:08 -0500
commit43735fcae35f07f6a10546bff23888150cdbf880 (patch)
treefae2d5f887b02d6f8fc7904ddf5020c4e44fa1f7 /net-analyzer/icinga2/icinga2-9999.ebuild
parentdev-haskell/pqueue: bump up to 1.4.1.3 (diff)
downloadgentoo-43735fcae35f07f6a10546bff23888150cdbf880.tar.gz
gentoo-43735fcae35f07f6a10546bff23888150cdbf880.tar.bz2
gentoo-43735fcae35f07f6a10546bff23888150cdbf880.zip
net-analyzer/icinga2: w.11.5 and 2.12.0 bump
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2/icinga2-9999.ebuild')
-rw-r--r--net-analyzer/icinga2/icinga2-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
index 7243f8baa7c6..bb0f2605e735 100644
--- a/net-analyzer/icinga2/icinga2-9999.ebuild
+++ b/net-analyzer/icinga2/icinga2-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
if [[ ${PV} != 9999 ]]; then
inherit cmake-utils depend.apache eutils systemd toolchain-funcs 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 wxwidgets
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
@@ -23,7 +23,7 @@ WX_GTK_VER="3.0"
CDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
- >=dev-libs/boost-1.66:=[context]
+ >=dev-libs/boost-1.66.0:=[context]
console? ( dev-libs/libedit )
mariadb? ( dev-db/mariadb-connector-c:= )
mysql? ( dev-db/mysql-connector-c:= )