mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pentoo-cracking: fix use flag
This commit is contained in:
parent
69d5fd915e
commit
738e90177a
1 changed files with 3 additions and 2 deletions
|
|
@ -9,11 +9,12 @@ HOMEPAGE="http://www.pentoo.ch"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE_VIDEO_CARDS="video_cards_fglrx video_cards_nvidia"
|
||||
IUSE="cuda opencl +openssl-1.0 dict ${IUSE_VIDEO_CARDS} livecd-stage1 pentoo-full"
|
||||
IUSE="cuda opencl +openssl10 dict ${IUSE_VIDEO_CARDS} livecd-stage1 pentoo-full"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
#https://github.com/magnumripper/JohnTheRipper/issues/3513
|
||||
PDEPEND="
|
||||
openssl-1.0? ( app-crypt/johntheripper )
|
||||
openssl10? ( app-crypt/johntheripper )
|
||||
net-analyzer/hydra
|
||||
net-analyzer/medusa
|
||||
!arm? ( app-crypt/chntpw )
|
||||
|
|
|
|||
Loading…
Reference in a new issue