intel-gpu-tools: broken on musl

This commit is contained in:
Michael Gehring 2016-06-01 08:51:57 +02:00
parent 21df9759c7
commit 8a302e6b9f
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ checksum=dcf256112d2692aa49ce6c6d17a898f60b3709b98c2f1c4592b23d22371462bd
lib32disabled=yes
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
case "$XBPS_TARGET_MACHINE" in
# needs SIGEV_THREAD_ID
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/11948/steps/shell_3/logs/stdio";;
esac
post_install() {
vlicense COPYING
}