diff options
author | 2020-10-16 12:31:46 +0200 | |
---|---|---|
committer | 2020-10-16 13:49:20 +0200 | |
commit | 0b287203f0d9b05f226aa9b58018842cb8dbe199 (patch) | |
tree | 11ddbba90661afc3df6081c325a9a3717b274294 /net-analyzer/icinga2/metadata.xml | |
parent | media-libs/libraw: Added DEPEND (diff) | |
download | gentoo-0b287203f0d9b05f226aa9b58018842cb8dbe199.tar.gz gentoo-0b287203f0d9b05f226aa9b58018842cb8dbe199.tar.bz2 gentoo-0b287203f0d9b05f226aa9b58018842cb8dbe199.zip |
net-analyzer/icinga2: bump to 2.12.1, fix build with boost 1.74.0
Also:
* Switch to EAPI=7, cmake.eclass.
* Separate dependencies into DEPEND and BDEPEND.
* Move accounts to DEPEND because of fowners in src_install.
* Remove unused apache2 flag.
* Remove unused eutils, toolchain-funcs and wxwidgets inherits.
* Remove explicit git branch name.
* Remove pthread sed, should not be needed since
https://github.com/Icinga/icinga2/commit/9e9298f4face56f891054c25675b05e6f6771faa
* Simplify usex calls.
* Simplify USE=lto handling.
* Simplify schema install, properly set ICINGA2_WITH_MYSQL with USE=mariadb.
* Stop setting CMAKE_BUILD_TYPE to let the default "Gentoo" type be used.
* Let the eclass handle CMAKE_VERBOSE_MAKEFILE.
* Introduce USE=jumbo-build to optionally enable unity builds.
* Add sub-slot operator to dev-libs/yajl.
* Stop calling einstalldocs.
* Fix elog message, account for REPLACING_VERSIONS being a list.
* Update HOMEPAGE.
Closes: https://bugs.gentoo.org/738234
Closes: https://bugs.gentoo.org/665944
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2/metadata.xml')
-rw-r--r-- | net-analyzer/icinga2/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/icinga2/metadata.xml b/net-analyzer/icinga2/metadata.xml index 2916a6886755..15c8f7859e8a 100644 --- a/net-analyzer/icinga2/metadata.xml +++ b/net-analyzer/icinga2/metadata.xml @@ -8,6 +8,7 @@ <use> <flag name="console">Adds support for line-editing in the console</flag> <flag name="lto">Adds support for link time optimization</flag> + <flag name="jumbo-build">Combine source files to speed up build process (may speed up build but requires more memory)</flag> <flag name="mail">Allows for mailing of alerts</flag> <flag name="mariadb">Enable support for the mariadb database backend</flag> <flag name="nano-syntax">Adds support for syntax used in the nano editor</flag> |