summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <steils@gentoo.org>2019-08-28 19:43:07 +0300
committerStefan Strogin <steils@gentoo.org>2019-08-28 19:48:27 +0300
commitb704d0f8ccfe2d4554616aae3dc9258b86051e6f (patch)
tree2115d1d257c6616c94b535d2fcfe6d3a0137abe5 /net-analyzer/cacti-spine
parentdev-ada/gnatcoll-db: stable 2018-r1 (diff)
downloadgentoo-b704d0f8ccfe2d4554616aae3dc9258b86051e6f.tar.gz
gentoo-b704d0f8ccfe2d4554616aae3dc9258b86051e6f.tar.bz2
gentoo-b704d0f8ccfe2d4554616aae3dc9258b86051e6f.zip
net-analyzer/cacti-spine: add USE=libressl
Reported-by: Reuben Farrelly <reuben-gentoo-bugzilla@reub.net> Closes: https://bugs.gentoo.org/613402 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'net-analyzer/cacti-spine')
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild4
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-99999.ebuild4
2 files changed, 6 insertions, 2 deletions
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=
"