pentoo-cracking: our users don't need a choice, they want jumbo

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-12-19 22:32:42 -05:00
parent 847442b882
commit 4c2a943c49
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 2 additions and 1 deletions

View file

@ -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 )

View file

@ -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