From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF1F3139086 for ; Sun, 8 Jan 2017 22:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F4D9E0C86; Sun, 8 Jan 2017 22:49:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F06E5E0C86 for ; Sun, 8 Jan 2017 22:49:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 275AF3411B5 for ; Sun, 8 Jan 2017 22:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C00261B for ; Sun, 8 Jan 2017 22:49:43 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1483915611.c00e58a790b4c0b5019fc9e4a17f8167d09474a7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2/icingaweb2-2.4.0.ebuild www-apps/icingaweb2/icingaweb2-9999.ebuild X-VCS-Directories: www-apps/icingaweb2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c00e58a790b4c0b5019fc9e4a17f8167d09474a7 X-VCS-Branch: master Date: Sun, 8 Jan 2017 22:49:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65dd808d-b9f2-4ea3-a0a5-ecc76f327cac X-Archives-Hash: 7a879fd27a13dcfa766e0e16b87c298e commit: c00e58a790b4c0b5019fc9e4a17f8167d09474a7 Author: Matthew Thode gentoo org> AuthorDate: Sun Jan 8 22:46:51 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Jan 8 22:46:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00e58a7 www-apps/icingaweb2: 2.4.0 stable amd64 and x86 Package-Manager: portage-2.3.0 www-apps/icingaweb2/icingaweb2-2.4.0.ebuild | 4 ++-- 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 0da8152..20dd498 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 d679516..799ce70 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() {