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 AC33B1395E2 for ; Thu, 24 Nov 2016 00:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8268EE0BC8; Thu, 24 Nov 2016 00:59:32 +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 67EFBE0BC8 for ; Thu, 24 Nov 2016 00:59:32 +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 2001C340FC1 for ; Thu, 24 Nov 2016 00:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0AB249A for ; Thu, 24 Nov 2016 00:59:27 +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: <1479949125.703ea5c8ab41b24a2a92a88b8757ae4b984cd398.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.5.4-r1.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 703ea5c8ab41b24a2a92a88b8757ae4b984cd398 X-VCS-Branch: master Date: Thu, 24 Nov 2016 00:59:27 +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: c76a85bc-1a80-4e5d-89c5-7c6eb4a2ce5c X-Archives-Hash: 715d70c52ae1ac2b093a9253800aca4f commit: 703ea5c8ab41b24a2a92a88b8757ae4b984cd398 Author: Matthew Thode gentoo org> AuthorDate: Thu Nov 24 00:58:45 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Nov 24 00:58:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703ea5c8 net-analyzer/icinga2: stable the new wxgtk fix Package-Manager: portage-2.3.0 RepoMan-Options: --force net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild index e5ea649..f91b4c1 100644 --- a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild @@ -6,7 +6,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"