summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-03 10:06:40 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-03 10:07:45 -0400
commit53c6a0d3c4db4e078b7398230e0817cd1b3f98a2 (patch)
tree109a5f429d4bccd36a5705bba63f72c75ccb3b86 /app-crypt/ophcrack/ophcrack-3.6.0.ebuild
parentapp-crypt/openssl-tpm-engine: add libressl support (diff)
downloadgentoo-53c6a0d3c4db4e078b7398230e0817cd1b3f98a2.tar.gz
gentoo-53c6a0d3c4db4e078b7398230e0817cd1b3f98a2.tar.bz2
gentoo-53c6a0d3c4db4e078b7398230e0817cd1b3f98a2.zip
app-crypt/ophcrack: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/ophcrack/ophcrack-3.6.0.ebuild')
-rw-r--r--app-crypt/ophcrack/ophcrack-3.6.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
index bf6912108a04..1e1909f01a3c 100644
--- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="3"
+EAPI="5"
inherit eutils
DESCRIPTION="A time-memory-trade-off-cracker"
@@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="qt4 debug +tables"
+IUSE="debug libressl qt4 +tables"
-CDEPEND="dev-libs/openssl
+CDEPEND="!libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
net-libs/netwib
qt4? ( dev-qt/qtgui:4 )"
DEPEND="app-arch/unzip