Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Wed, 13 Jul 2016 17:36:23
Message-Id: 1468431461.6a49d00a91ef61395b566c5c453d0ad5bda57f4a.blueness@gentoo
1 commit: 6a49d00a91ef61395b566c5c453d0ad5bda57f4a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 17:37:41 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 17:37:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a49d00a
7
8 net-analyzer/icinga2: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild | 5 +++--
13 net-analyzer/icinga2/icinga2-9999.ebuild | 5 +++--
14 2 files changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild b/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild
17 index 2944374..a1a287f 100644
18 --- a/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild
19 +++ b/net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild
20 @@ -12,10 +12,11 @@ SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 -IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins studio +vim-syntax"
25 +IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax +plugins studio +vim-syntax"
26
27 CDEPEND="
28 - dev-libs/openssl:0
29 + !libressl? ( dev-libs/openssl:0= )
30 + libressl? ( dev-libs/libressl:0= )
31 >=dev-libs/boost-1.41
32 console? ( dev-libs/libedit )
33 mysql? ( virtual/mysql )
34
35 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
36 index 4cdc77d..533f3a9 100644
37 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
38 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
39 @@ -13,10 +13,11 @@ EGIT_BRANCH="master"
40 LICENSE="GPL-2"
41 SLOT="0"
42 KEYWORDS=""
43 -IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins studio +vim-syntax"
44 +IUSE="+mysql postgres classicui console libressl lto mail minimal nano-syntax +plugins studio +vim-syntax"
45
46 CDEPEND="
47 - dev-libs/openssl:0
48 + !libressl? ( dev-libs/openssl:0= )
49 + libressl? ( dev-libs/libressl:0= )
50 >=dev-libs/boost-1.41
51 console? ( dev-libs/libedit )
52 mysql? ( virtual/mysql )