app-emulation/dxvk: Add RESTRICT="!test? ( test )" to 9999.

This commit is contained in:
tastytea 2020-10-07 19:57:14 +02:00
parent 8e1d03044b
commit 98185149f6
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ PATCHES=(
"${FILESDIR}/9999-add_compiler_flags.patch"
)
RESTRICT="!test? ( test )"
pkg_pretend () {
local -a categories
use abi_x86_64 && categories+=("cross-x86_64-w64-mingw32")