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 013D4138306 for ; Wed, 13 Jul 2016 17:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BDFD21C21A; Wed, 13 Jul 2016 17:36:20 +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 A368D21C21A for ; Wed, 13 Jul 2016 17:36:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 04313340C40 for ; Wed, 13 Jul 2016 17:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7B072449 for ; Wed, 13 Jul 2016 17:36:13 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1468431461.6a49d00a91ef61395b566c5c453d0ad5bda57f4a.blueness@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.4.10-r1.ebuild net-analyzer/icinga2/icinga2-9999.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 6a49d00a91ef61395b566c5c453d0ad5bda57f4a X-VCS-Branch: master Date: Wed, 13 Jul 2016 17:36: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: 57fdf9bc-2863-4382-9ceb-34481121213c X-Archives-Hash: 28c9484e3e221f5d450c4130591d9229 commit: 6a49d00a91ef61395b566c5c453d0ad5bda57f4a Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jul 13 17:37:41 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jul 13 17:37:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a49d00a net-analyzer/icinga2: add libressl support Package-Manager: portage-2.2.28 net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild | 5 +++-- net-analyzer/icinga2/icinga2-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild b/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild index 2944374..a1a287f 100644 --- a/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild @@ -12,10 +12,11 @@ SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins studio +vim-syntax" +IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax +plugins studio +vim-syntax" CDEPEND=" - dev-libs/openssl:0 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) >=dev-libs/boost-1.41 console? ( dev-libs/libedit ) mysql? ( virtual/mysql ) diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index 4cdc77d..533f3a9 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -13,10 +13,11 @@ EGIT_BRANCH="master" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins studio +vim-syntax" +IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax +plugins studio +vim-syntax" CDEPEND=" - dev-libs/openssl:0 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) >=dev-libs/boost-1.41 console? ( dev-libs/libedit ) mysql? ( virtual/mysql )