summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-07-13 13:37:41 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-07-13 13:37:41 -0400
commit6a49d00a91ef61395b566c5c453d0ad5bda57f4a (patch)
tree8fb010443e118f8186b3a4e05edb753999f639b0 /net-analyzer/icinga2
parentnet-analyzer/hydra: add libressl support (diff)
downloadgentoo-6a49d00a91ef61395b566c5c453d0ad5bda57f4a.tar.gz
gentoo-6a49d00a91ef61395b566c5c453d0ad5bda57f4a.tar.bz2
gentoo-6a49d00a91ef61395b566c5c453d0ad5bda57f4a.zip
net-analyzer/icinga2: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r--net-analyzer/icinga2/icinga2-2.4.10-r1.ebuild5
-rw-r--r--net-analyzer/icinga2/icinga2-9999.ebuild5
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 294437450234..a1a287f21170 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 4cdc77d80ec8..533f3a909a2b 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 )