net-analyzer/cacti-spine: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2021-04-30 21:36:39 +03:00
parent c985f12d80
commit f899f18b11
2 changed files with 2 additions and 6 deletions

View File

@@ -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=
"

View File

@@ -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=
"