gnome-sudoku: unmark broken on musl

This commit is contained in:
Nathan Owens 2019-11-17 13:54:19 -06:00 committed by Helmut Pozimski
parent 8c68f7d56e
commit 4fc5280b3d

View file

@ -12,8 +12,3 @@ license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/Sudoku"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6ba423d0fee92c8433fda812217c9b3efeac5e5d9047be776c59614c7241be08
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) ;;
*-musl) broken="libgee vapi can't be cross built on musl platforms" ;;
esac