diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-21 11:28:07 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-21 11:28:20 -0500 |
commit | 7eb1249535c8526faebb363a84f715f6eb86bd50 (patch) | |
tree | 04a7083273972a39c32841a707154c0b35f63312 /net-analyzer | |
parent | virtual/ruby-ffi: Remove last-rited pkg (diff) | |
download | gentoo-7eb1249535c8526faebb363a84f715f6eb86bd50.tar.gz gentoo-7eb1249535c8526faebb363a84f715f6eb86bd50.tar.bz2 gentoo-7eb1249535c8526faebb363a84f715f6eb86bd50.zip |
net-analyzer/icinga2: fixed the dep on boost (requires a min of 1.66)
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.11.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.11.0.ebuild b/net-analyzer/icinga2/icinga2-2.11.0.ebuild index a250b183b14c..3ec54860fd1f 100644 --- a/net-analyzer/icinga2/icinga2-2.11.0.ebuild +++ b/net-analyzer/icinga2/icinga2-2.11.0.ebuild @@ -23,7 +23,7 @@ WX_GTK_VER="3.0" CDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - >=dev-libs/boost-1.58-r1:= + >=dev-libs/boost-1.66:= console? ( dev-libs/libedit ) mariadb? ( dev-db/mariadb-connector-c:= ) mysql? ( dev-db/mysql-connector-c:= ) diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index a250b183b14c..3ec54860fd1f 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -23,7 +23,7 @@ WX_GTK_VER="3.0" CDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - >=dev-libs/boost-1.58-r1:= + >=dev-libs/boost-1.66:= console? ( dev-libs/libedit ) mariadb? ( dev-db/mariadb-connector-c:= ) mysql? ( dev-db/mysql-connector-c:= ) |