python3-scikit-video: broken on ppc32

This commit is contained in:
q66 2022-11-10 21:08:41 +00:00
parent df5d3c5dab
commit 208681d556
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ homepage="http://www.scikit-video.org/"
distfiles="https://github.com/scikit-video/scikit-video/archive/${version}.tar.gz"
checksum=0d28d9c08d43be56bd723c8387e90e599a5ce4b75c389717d190ccde0ef5d56f
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="something with scipy and libatomic";;
esac
post_install() {
vlicense COPYING
}