mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-cracking/pyrit: x86 cuda is breaking down slowly, so use only on amd64
This commit is contained in:
parent
b24f93e30d
commit
2ad138f939
2 changed files with 4 additions and 4 deletions
|
|
@ -28,13 +28,13 @@ else
|
|||
KEYWORDS="amd64 arm ppc x86"
|
||||
fi
|
||||
|
||||
DEPEND="video_cards_nvidia? ( cuda? ( ~app-crypt/cpyrit_cuda-${PV} ) )
|
||||
DEPEND="video_cards_nvidia? ( amd64? ( cuda? ( ~app-crypt/cpyrit_cuda-${PV} ) ) )
|
||||
video_cards_fglrx? ( opencl? ( ~app-crypt/cpyrit_opencl-${PV} ) )
|
||||
calpp? ( ~app-crypt/cpyrit_calpp-${PV} )"
|
||||
|
||||
RDEPEND="net-analyzer/scapy
|
||||
dev-db/sqlite:3
|
||||
video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-275.43 )
|
||||
video_cards_nvidia? ( amd64? ( >=x11-drivers/nvidia-drivers-275.43 ) )
|
||||
video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.2 )
|
||||
${DEPEND}"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ RDEPEND="${DEPEND}
|
|||
app-crypt/hashcat-gui
|
||||
)
|
||||
!livecd-stage1? (
|
||||
video_cards_nvidia? ( amd64? ( opencl? ( app-crypt/pyrit )
|
||||
cuda? ( app-crypt/pyrit ) ) )
|
||||
video_cards_nvidia? ( opencl? ( app-crypt/pyrit )
|
||||
cuda? ( amd64? ( app-crypt/pyrit ) ) )
|
||||
)
|
||||
dict? ( app-dicts/raft-wordlists
|
||||
app-misc/crunch )
|
||||
Loading…
Reference in a new issue