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 C47CA139085 for ; Fri, 6 Jan 2017 22:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 028CFE0CC3; Fri, 6 Jan 2017 22:53:19 +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 D4A75E0CC3 for ; Fri, 6 Jan 2017 22:53:18 +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 00830341653 for ; Fri, 6 Jan 2017 22:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EF3C24C5 for ; Fri, 6 Jan 2017 22:53:16 +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: <1483743180.5adba06a410e2078354effac723413f0ece2d8a9.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.0.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 5adba06a410e2078354effac723413f0ece2d8a9 X-VCS-Branch: master Date: Fri, 6 Jan 2017 22:53:16 +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: 7756ea7f-72bd-4e2d-a1f7-29768b7b7f63 X-Archives-Hash: 99d5cab75faf277f47c4f35f76184bbe commit: 5adba06a410e2078354effac723413f0ece2d8a9 Author: Matthew Thode gentoo org> AuthorDate: Fri Jan 6 22:51:47 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Jan 6 22:53:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adba06a updated dep so it'll actually build net-analyzer/icinga2/icinga2-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/icinga2/icinga2-2.6.0.ebuild b/net-analyzer/icinga2/icinga2-2.6.0.ebuild index 0ff7130..c4d7662 100644 --- a/net-analyzer/icinga2/icinga2-2.6.0.ebuild +++ b/net-analyzer/icinga2/icinga2-2.6.0.ebuild @@ -25,7 +25,7 @@ WX_GTK_VER="3.0" CDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - >=dev-libs/boost-1.41 + >=dev-libs/boost-1.58-r1 console? ( dev-libs/libedit ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= )"