diff options
Diffstat (limited to 'app-crypt/ophcrack/ophcrack-3.6.0.ebuild')
-rw-r--r-- | app-crypt/ophcrack/ophcrack-3.6.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild index 1e1909f01a3c..fc744fed51da 100644 --- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild +++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" inherit eutils DESCRIPTION="A time-memory-trade-off-cracker" @@ -24,6 +24,8 @@ DEPEND="app-arch/unzip RDEPEND="tables? ( app-crypt/ophcrack-tables ) ${CDEPEND}" +PATCHES="${FILESDIR}/ophcrack-openssl-des.patch" + src_configure() { local myconf |