gnote: mark as broken on aarch64-musl

This commit is contained in:
maxice8 2018-10-25 02:11:30 -03:00
parent 4e21717e57
commit 4f59de9bc6
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/Gnote" homepage="https://wiki.gnome.org/Apps/Gnote"
distfiles="${GNOME_SITE}/gnote/${version%.*}/gnote-${version}.tar.xz" distfiles="${GNOME_SITE}/gnote/${version%.*}/gnote-${version}.tar.xz"
checksum=29832f9e53662eab18036e839a41870048c6de947c1d9e00844edfa3ae0464d3 checksum=29832f9e53662eab18036e839a41870048c6de947c1d9e00844edfa3ae0464d3
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="temporarily broken due to ICU update" ;;
esac