mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
pentoo-cracking: our users don't need a choice, they want jumbo
This commit is contained in:
parent
847442b882
commit
4c2a943c49
2 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ IUSE="cuda opencl dict ${IUSE_VIDEO_CARDS} livecd-stage1 pentoo-full"
|
|||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
PDEPEND="
|
||||
|| ( app-crypt/johntheripper-jumbo app-crypt/johntheripper )
|
||||
app-crypt/johntheripper-jumbo
|
||||
net-analyzer/hydra
|
||||
net-analyzer/medusa
|
||||
!arm? ( app-crypt/chntpw )
|
||||
|
|
@ -15,4 +15,5 @@ if [[ $CATEGORY/$PN == net-wireless/aircrack-ng ]]; then
|
|||
fi
|
||||
if [[ $CATEGORY/$PN == app-crypt/hashcat ]]; then export CFLAGS=${CFLAGS/-Os/-O3}; fi
|
||||
if [[ $CATEGORY/$PN == app-crypt/johntheripper ]]; then export CFLAGS=${CFLAGS/-Os/-O3}; fi
|
||||
if [[ $CATEGORY/$PN == app-crypt/johntheripper-jumbo ]]; then export CFLAGS=${CFLAGS/-Os/-O3}; fi
|
||||
if [[ $CATEGORY/$PN == net-wireless/cowpatty ]]; then export CFLAGS=${CFLAGS/-Os/-O3}; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue