commit: 0222a1b4b37482532ee1c61062d98579699bee9a Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Wed Aug 24 13:10:06 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed Aug 24 13:11:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0222a1b4
net-analyzer/icinga2: fixing postinst message and keywording 2.5.1 Package-Manager: portage-2.2.28 net-analyzer/icinga2/icinga2-2.5.1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-2.5.1.ebuild b/net-analyzer/icinga2/icinga2-2.5.1.ebuild index 0b3ce39..b530bfc 100644 --- a/net-analyzer/icinga2/icinga2-2.5.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.5.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax +plugins studio +vim-syntax" CDEPEND=" @@ -159,6 +159,8 @@ src_install() { } pkg_postinst() { - elog "DB IDO schema upgrade required. http://docs.icinga.org/icinga2/snapshot/chapter-2.html#upgrading-the-mysql-database" - elog "You will need to update your configuration files, see https://dev.icinga.org/issues/5909" + if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && ${REPLACING_VERSIONS} != ${PV} ]]; then + elog "DB IDO schema upgrade may be required required. + http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2" + fi }