From b704d0f8ccfe2d4554616aae3dc9258b86051e6f Mon Sep 17 00:00:00 2001 From: Stefan Strogin Date: Wed, 28 Aug 2019 19:43:07 +0300 Subject: net-analyzer/cacti-spine: add USE=libressl Reported-by: Reuben Farrelly Closes: https://bugs.gentoo.org/613402 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Stefan Strogin --- net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild | 4 +++- net-analyzer/cacti-spine/cacti-spine-99999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'net-analyzer/cacti-spine') diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild index e99df50dcae1..752dc560a7cd 100644 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild @@ -13,9 +13,11 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="libressl" CDEPEND=" - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-analyzer/net-snmp:= dev-db/mysql-connector-c:0= " diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild index 04d2228f341b..3eacb02e8472 100644 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild @@ -13,9 +13,11 @@ EGIT_REPO_URI="https://github.com/Cacti/spine" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" +IUSE="libressl" CDEPEND=" - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-analyzer/net-snmp:= dev-db/mysql-connector-c:0= " -- cgit v1.2.3-65-gdbad