gedit: broken on *-musl

This commit is contained in:
maxice8 2019-03-11 14:59:11 -03:00
parent 7e7fae6e8c
commit 37c12071bd
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ shlib_provides="libgedit-3.14.so"
build_options="gir vala"
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
*-musl) ;;
*-musl) broken=yes ;;
*) build_options_default+=" gir vala" ;;
esac