From 336d9c091bb85eb0e6dbc394128f84706318d0f0 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 19:34:40 +0300 Subject: app-crypt/ophcrack: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild index d3623f2b5da6..e6f536daf1ab 100644 --- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild +++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,11 +12,10 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug libressl qt5 +tables" +IUSE="debug qt5 +tables" DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= dev-libs/expat net-libs/netwib qt5? ( -- cgit v1.2.3-65-gdbad