Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Wed, 28 Aug 2019 16:48:45
Message-Id: 1567010907.b704d0f8ccfe2d4554616aae3dc9258b86051e6f.steils@gentoo
1 commit: b704d0f8ccfe2d4554616aae3dc9258b86051e6f
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 16:43:07 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 16:48:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b704d0f8
7
8 net-analyzer/cacti-spine: add USE=libressl
9
10 Reported-by: Reuben Farrelly <reuben-gentoo-bugzilla <AT> reub.net>
11 Closes: https://bugs.gentoo.org/613402
12 Package-Manager: Portage-2.3.73, Repoman-2.3.17
13 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
14
15 net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild | 4 +++-
16 net-analyzer/cacti-spine/cacti-spine-99999.ebuild | 4 +++-
17 2 files changed, 6 insertions(+), 2 deletions(-)
18
19 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
20 index e99df50dcae..752dc560a7c 100644
21 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
22 +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
23 @@ -13,9 +13,11 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
24 LICENSE="LGPL-2.1"
25 SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
27 +IUSE="libressl"
28
29 CDEPEND="
30 - dev-libs/openssl:0=
31 + !libressl? ( dev-libs/openssl:0= )
32 + libressl? ( dev-libs/libressl:0= )
33 net-analyzer/net-snmp:=
34 dev-db/mysql-connector-c:0=
35 "
36
37 diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
38 index 04d2228f341..3eacb02e847 100644
39 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
40 +++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
41 @@ -13,9 +13,11 @@ EGIT_REPO_URI="https://github.com/Cacti/spine"
42 LICENSE="LGPL-2.1"
43 SLOT="0"
44 KEYWORDS=""
45 +IUSE="libressl"
46
47 CDEPEND="
48 - dev-libs/openssl:0=
49 + !libressl? ( dev-libs/openssl:0= )
50 + libressl? ( dev-libs/libressl:0= )
51 net-analyzer/net-snmp:=
52 dev-db/mysql-connector-c:0=
53 "