summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2020-12-29 16:44:27 +0000
committerMike Auty <ikelos@gentoo.org>2020-12-29 16:46:17 +0000
commit2083f13d46be3c03cee8d5e355ede7bd1a75cfe3 (patch)
treeccdc18cce58f4a5d8de76e98a35c3147a8d3016a
parentapp-text/paperwork: 2.0.1 bump (diff)
downloadgentoo-2083f13d.tar.gz
gentoo-2083f13d.tar.bz2
gentoo-2083f13d.zip
app-crypt/ophcrack: Fix missing expat dependency
Signed-off-by: Mike Auty <ikelos@gentoo.org>
-rw-r--r--app-crypt/ophcrack/ophcrack-3.8.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index 02782e377781..d3623f2b5da6 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -6,8 +6,8 @@ EAPI=7
inherit desktop toolchain-funcs
DESCRIPTION="A time-memory-trade-off-cracker"
-HOMEPAGE="http://ophcrack.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://ophcrack.sourceforge.io/"
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -17,6 +17,7 @@ IUSE="debug libressl qt5 +tables"
DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
+ dev-libs/expat
net-libs/netwib
qt5? (
dev-qt/qtcharts:5