diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-06-15 12:34:47 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-06-15 12:34:47 +0200 |
commit | 74195ab7ce016ad3cc34cc0cc8f91b0765cd1d8c (patch) | |
tree | 20adea60ed048fc3db06a8b30e9426a6fe23cc31 /net-analyzer/zabbix | |
parent | net-analyzer/nfdump: Version bump. (diff) | |
download | gentoo-74195ab7ce016ad3cc34cc0cc8f91b0765cd1d8c.tar.gz gentoo-74195ab7ce016ad3cc34cc0cc8f91b0765cd1d8c.tar.bz2 gentoo-74195ab7ce016ad3cc34cc0cc8f91b0765cd1d8c.zip |
net-analyzer/zabbix: Fix openssl #585848
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild b/net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild index 9d00ad49bc57..212ccb756906 100644 --- a/net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) - ssl? ( dev-libs/openssl:= )" + ssl? ( dev-libs/openssl:=[-bindist] )" RDEPEND="${COMMON_DEPEND} proxy? ( net-analyzer/fping ) |