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 628DA139694 for ; Fri, 28 Apr 2017 17:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77626E0DD7; Fri, 28 Apr 2017 17:00:16 +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 4EBC5E0DE9 for ; Fri, 28 Apr 2017 17:00:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17122341704 for ; Fri, 28 Apr 2017 17:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A54AF7446 for ; Fri, 28 Apr 2017 17:00:13 +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: <1493398782.f8f3992bb2d0f03b24b57d9d04083ad9a8b76d5d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/icinga2/icinga2-2.6.3.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f8f3992bb2d0f03b24b57d9d04083ad9a8b76d5d X-VCS-Branch: master Date: Fri, 28 Apr 2017 17:00:13 +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: 12e15e42-9a60-448b-9563-28659537e186 X-Archives-Hash: 0cce2973e37d29e17ca79b79564a5987 commit: f8f3992bb2d0f03b24b57d9d04083ad9a8b76d5d Author: Matthew Thode gentoo org> AuthorDate: Fri Apr 28 16:49:27 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Apr 28 16:59:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f3992b net-analyzer/icinga2: 2.6.3 stable amd64 and x86 Package-Manager: Portage-2.3.3, Repoman-2.3.2 net-analyzer/icinga2/icinga2-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/icinga2/icinga2-2.6.3.ebuild b/net-analyzer/icinga2/icinga2-2.6.3.ebuild index 0b04670293a..36d3970dc4e 100644 --- a/net-analyzer/icinga2/icinga2-2.6.3.ebuild +++ b/net-analyzer/icinga2/icinga2-2.6.3.ebuild @@ -5,7 +5,7 @@ EAPI=5 if [[ ${PV} != 9999 ]]; then inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" else inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user wxwidgets EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"