mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
* We need the drivers merged when compiling, otherwise it kills domokun
This commit is contained in:
parent
4589f9b657
commit
a961097620
2 changed files with 5 additions and 3 deletions
|
|
@ -3,5 +3,5 @@ AUX pyrit-0.1.patch 1834 RMD160 91769f58483d059fa9ca1223c3f314a44241033f SHA1 1c
|
|||
AUX pyrit-0.2.2.patch 1072 RMD160 a78dfe38760d6146848f054da2b2b2ea2abf9a8e SHA1 8848b76dda5d332975537021bb9d7996d7c17f91 SHA256 3c424fab44379b5e81f001887baf15ba0afc2e0466d29d612865303e689fa980
|
||||
AUX pyrit-9999.patch 1956 RMD160 bf0e2d973d9ff126fa2c38cfc779960b2598a1ad SHA1 39a3b3626fc1c5000316381af57420df097fd5c7 SHA256 aeb8aadc4a684945977a343bbe9af6caa355aa8c6fa4abd02d6ca189e522a904
|
||||
EBUILD pyrit-0.1.ebuild 2904 RMD160 4f83d47263f142d36b2cc9031ce1f24564e090d8 SHA1 b981a2e100a4508a5571a7e51604fbd03577c31d SHA256 a7eb7a46512cb0921014742ee44243e03837ae1984205bdf9a2c67fbc5501665
|
||||
EBUILD pyrit-0.2.2.ebuild 1085 RMD160 09a2d7373bfa3d0adaedfb60b67f2e979ac56312 SHA1 5fff1f06cd666ae67d6572997ed7c0ad32fb27e5 SHA256 6d4b89690ac081207a2e256249bf140364122a0875545f047b4485608bfd0d9f
|
||||
EBUILD pyrit-0.2.2-r1.ebuild 1151 RMD160 a76ef2cd0097b709fae701afeb613215c8d697a1 SHA1 81204254aebf0c743ddbc50a6b7f948defa62b39 SHA256 6fdbdde1097647226cd1441a23c18b0284114e08eb12e1f3d6d5c0bea722719c
|
||||
EBUILD pyrit-9999.ebuild 1038 RMD160 e510fb9318d49c8d5b8147057c6fb9ff9152bf5a SHA1 c733087c35a703cacd978a55192e1d0b1b4b83c2 SHA256 7cc4aabedde4a1c16be8f68ed6a1279929c50e164a8ac8ae9daf06906711ded1
|
||||
|
|
|
|||
|
|
@ -15,8 +15,10 @@ IUSE="cuda stream"
|
|||
SLOT="0"
|
||||
DEPEND="dev-db/sqlite:3
|
||||
dev-lang/python[sqlite]
|
||||
stream? ( >=dev-util/ati-stream-sdk-bin-1.4.0_beta )
|
||||
cuda? ( dev-util/nvidia-cuda-sdk )"
|
||||
stream? ( >=dev-util/ati-stream-sdk-bin-1.4.0_beta
|
||||
>=x11-drivers/ati-drivers-8.573 )
|
||||
cuda? ( dev-util/nvidia-cuda-sdk
|
||||
x11-drivers/nvidia-drivers )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
Loading…
Reference in a new issue