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 5033D138334 for ; Tue, 4 Sep 2018 01:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62B7E07C9; Tue, 4 Sep 2018 01:19:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE8E5E07C9 for ; Tue, 4 Sep 2018 01:19:01 +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 9B86B335C5D for ; Tue, 4 Sep 2018 01:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB7043AD for ; Tue, 4 Sep 2018 01:18:57 +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: <1536023924.6315448d4d8ab99fc8ded9f40f99d34a876bf458.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.9.1-r1.ebuild net-analyzer/icinga2/icinga2-9999.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6315448d4d8ab99fc8ded9f40f99d34a876bf458 X-VCS-Branch: master Date: Tue, 4 Sep 2018 01:18:57 +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: a6e8008f-f80c-42a6-95fc-9c7dd3544a4a X-Archives-Hash: 68823c1ccec0af8a223a0f89bfb8dd29 commit: 6315448d4d8ab99fc8ded9f40f99d34a876bf458 Author: Matthew Thode gentoo org> AuthorDate: Tue Sep 4 01:18:30 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Sep 4 01:18:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6315448d net-analyzer/icinga2: add missing dep Fixes: https://bugs.gentoo.org/652384 Package-Manager: Portage-2.3.48, Repoman-2.3.10 net-analyzer/icinga2/{icinga2-9999.ebuild => icinga2-2.9.1-r1.ebuild} | 3 ++- net-analyzer/icinga2/icinga2-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild similarity index 98% copy from net-analyzer/icinga2/icinga2-9999.ebuild copy to net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild index cedd09e7dce..635111837e4 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-2.9.1-r1.ebuild @@ -27,7 +27,8 @@ CDEPEND=" >=dev-libs/boost-1.58-r1 console? ( dev-libs/libedit ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:= )" + postgres? ( dev-db/postgresql:= ) + dev-libs/yajl" DEPEND=" ${CDEPEND} diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index cedd09e7dce..635111837e4 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -27,7 +27,8 @@ CDEPEND=" >=dev-libs/boost-1.58-r1 console? ( dev-libs/libedit ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:= )" + postgres? ( dev-db/postgresql:= ) + dev-libs/yajl" DEPEND=" ${CDEPEND}