mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pyrit: re-add cuda support for all
This commit is contained in:
parent
2ad138f939
commit
9a87338540
1 changed files with 2 additions and 2 deletions
|
|
@ -28,13 +28,13 @@ else
|
|||
KEYWORDS="amd64 arm ppc x86"
|
||||
fi
|
||||
|
||||
DEPEND="video_cards_nvidia? ( amd64? ( cuda? ( ~app-crypt/cpyrit_cuda-${PV} ) ) )
|
||||
DEPEND="video_cards_nvidia? ( 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? ( amd64? ( >=x11-drivers/nvidia-drivers-275.43 ) )
|
||||
video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-275.43 )
|
||||
video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.2 )
|
||||
${DEPEND}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue