mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
pentoo-cracking: hashcat needs opencl use flag or it's basically insane
This commit is contained in:
parent
5027c7bf6c
commit
763973c21e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ RDEPEND="${DEPEND}
|
|||
|
||||
!minipentoo? (
|
||||
!arm? ( app-crypt/chntpw
|
||||
!livecd-stage1? ( app-crypt/hashcat )
|
||||
!livecd-stage1? ( opencl? ( app-crypt/hashcat ) )
|
||||
)
|
||||
dict? ( app-dicts/raft-wordlists
|
||||
app-misc/crunch )
|
||||
Loading…
Reference in a new issue