Skip to content

Commit

Permalink
app-crypt/ophcrack: fix finding qmake
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/765229
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 2, 2022
1 parent da2fd47 commit 8fbf6d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app-crypt/ophcrack/ophcrack-3.8.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit desktop toolchain-funcs
inherit desktop toolchain-funcs qmake-utils

DESCRIPTION="A time-memory-trade-off-cracker"
HOMEPAGE="https://ophcrack.sourceforge.io/"
Expand Down Expand Up @@ -34,6 +34,9 @@ PATCHES=( "${FILESDIR}"/ophcrack-ar.patch )
src_configure() {
tc-export AR

# bug #765229
export PATH="$(qt5_get_bindir):${PATH}"

econf \
$(use_enable debug) \
$(use_enable qt5 gui)
Expand Down

0 comments on commit 8fbf6d6

Please sign in to comment.