summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2020-05-10 12:04:29 +0100
committerMike Auty <ikelos@gentoo.org>2020-05-10 12:04:29 +0100
commitc0b57206a2d619d2c930643397bdb8718786ade8 (patch)
treef5be99821dc42952c0d669cd502bcf0a0264c4bc /app-crypt/ophcrack/ophcrack-3.8.0.ebuild
parentsys-libs/timezone-data: rollover keywords (diff)
downloadgentoo-c0b57206a2d619d2c930643397bdb8718786ade8.tar.gz
gentoo-c0b57206a2d619d2c930643397bdb8718786ade8.tar.bz2
gentoo-c0b57206a2d619d2c930643397bdb8718786ade8.zip
app-crypt/ophcrack: Fix issue 722030 (AR variable)
Also clears out old versions. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mike Auty <ikelos@gentoo.org>
Diffstat (limited to 'app-crypt/ophcrack/ophcrack-3.8.0.ebuild')
-rw-r--r--app-crypt/ophcrack/ophcrack-3.8.0.ebuild17
1 files changed, 9 insertions, 8 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index 98ebe5ffe25f..c35c0f3c154c 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-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -14,15 +14,16 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug libressl qt5 +tables"
CDEPEND="!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- net-libs/netwib
- qt5? ( dev-qt/qtcharts:5
- dev-qt/qtgui:5 )"
+ libressl? ( dev-libs/libressl:0= )
+ net-libs/netwib
+ qt5? ( dev-qt/qtcharts:5
+ dev-qt/qtgui:5 )"
DEPEND="app-arch/unzip
- virtual/pkgconfig
- ${CDEPEND}"
+ virtual/pkgconfig
+ ${CDEPEND}"
RDEPEND="tables? ( app-crypt/ophcrack-tables )
- ${CDEPEND}"
+ ${CDEPEND}"
+PATCHES=("${FILESDIR}/ophcrack-ar.patch")
src_configure() {