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/icinga2-9999.ebuild
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/icinga2-9999.ebuild')
-rw-r--r--net-analyzer/icinga2/icinga2-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
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 )