diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-01-08 16:46:51 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-01-08 16:46:51 -0600 |
commit | c00e58a790b4c0b5019fc9e4a17f8167d09474a7 (patch) | |
tree | 420b69db890d6c0a692c4b105c44efddffa1a824 /www-apps/icingaweb2 | |
parent | net-misc/memcached: bup (diff) | |
download | gentoo-c00e58a790b4c0b5019fc9e4a17f8167d09474a7.tar.gz gentoo-c00e58a790b4c0b5019fc9e4a17f8167d09474a7.tar.bz2 gentoo-c00e58a790b4c0b5019fc9e4a17f8167d09474a7.zip |
www-apps/icingaweb2: 2.4.0 stable amd64 and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'www-apps/icingaweb2')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-9999.ebuild | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.4.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.4.0.ebuild index 0da8152fa387..20dd498d7f20 100644 --- a/www-apps/icingaweb2/icingaweb2-2.4.0.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="apache2 ldap mysql nginx postgres" REQUIRED_USE="^^ ( apache2 nginx )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND=">=net-analyzer/icinga2-2.1.1 dev-php/pecl-imagick diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index d6795167584f..799ce70a9f33 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -73,6 +73,7 @@ src_install() { insinto "/usr/share/${PN}" doins -r "${S}"/* fperms -R a+rX "/usr/share/${PN}/public/" + fperms u+x,g+x "/usr/share/${PN}/bin/icingacli" } pkg_postinst() { |