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 0DFB113835B for ; Fri, 30 Apr 2021 18:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495B5E0869; Fri, 30 Apr 2021 18:46:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 316ACE0869 for ; Fri, 30 Apr 2021 18:46:06 +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 B09F233BE0A for ; Fri, 30 Apr 2021 18:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51A9A673 for ; Fri, 30 Apr 2021 18:46:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619807799.f899f18b11d3af02fbb5db145ba9c1eb78bee1e9.zlogene@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.16.ebuild net-analyzer/cacti-spine/cacti-spine-99999.ebuild X-VCS-Directories: net-analyzer/cacti-spine/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f899f18b11d3af02fbb5db145ba9c1eb78bee1e9 X-VCS-Branch: master Date: Fri, 30 Apr 2021 18:46:03 +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: 4244b660-d398-43de-aaa5-7c62af0e6f62 X-Archives-Hash: dcc4c69a56618b5a067e27f2b27680fb commit: f899f18b11d3af02fbb5db145ba9c1eb78bee1e9 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Apr 30 18:36:39 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Apr 30 18:36:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f899f18b net-analyzer/cacti-spine: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 4 +--- net-analyzer/cacti-spine/cacti-spine-99999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild index 8bce1cc74d0..6c9200ecdce 100644 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild @@ -14,12 +14,10 @@ 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" BDEPEND="sys-apps/help2man" DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl: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 1367debdc14..d929a4df7fc 100644 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild @@ -14,12 +14,10 @@ EGIT_REPO_URI="https://github.com/Cacti/spine" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="libressl" BDEPEND="sys-apps/help2man" DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= net-analyzer/net-snmp:= dev-db/mysql-connector-c:0= "