diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 21:36:39 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 21:36:39 +0300 |
commit | f899f18b11d3af02fbb5db145ba9c1eb78bee1e9 (patch) | |
tree | 38e8166eb7c8ea2550904a6f16cae33c40f78caf /net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | |
parent | www-client/httrack: remove libressl support (diff) | |
download | gentoo-f899f18b11d3af02fbb5db145ba9c1eb78bee1e9.tar.gz gentoo-f899f18b11d3af02fbb5db145ba9c1eb78bee1e9.tar.bz2 gentoo-f899f18b11d3af02fbb5db145ba9c1eb78bee1e9.zip |
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>
Diffstat (limited to 'net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild')
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 4 |
1 files changed, 1 insertions, 3 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 8bce1cc74d0e..6c9200ecdceb 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= " |