From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0DC7138334 for ; Wed, 28 Aug 2019 16:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5645E083B; Wed, 28 Aug 2019 16:48:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB941E083B for ; Wed, 28 Aug 2019 16:48:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3742034A511 for ; Wed, 28 Aug 2019 16:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB554D3 for ; Wed, 28 Aug 2019 16:48:40 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1567010907.b704d0f8ccfe2d4554616aae3dc9258b86051e6f.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild net-analyzer/cacti-spine/cacti-spine-99999.ebuild X-VCS-Directories: net-analyzer/cacti-spine/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: b704d0f8ccfe2d4554616aae3dc9258b86051e6f X-VCS-Branch: master Date: Wed, 28 Aug 2019 16:48:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4b4b8f7-0e33-4feb-8182-8196b1a44552 X-Archives-Hash: 28e03c982bcdb2fe8e8675b5122dd5cb commit: b704d0f8ccfe2d4554616aae3dc9258b86051e6f Author: Stefan Strogin gentoo org> AuthorDate: Wed Aug 28 16:43:07 2019 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Wed Aug 28 16:48:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b704d0f8 net-analyzer/cacti-spine: add USE=libressl Reported-by: Reuben Farrelly reub.net> Closes: https://bugs.gentoo.org/613402 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Stefan Strogin gentoo.org> 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(-) 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 e99df50dcae..752dc560a7c 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 04d2228f341..3eacb02e847 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= "