libsecret: broken aarch64
This commit is contained in:
parent
c8f877b974
commit
a388a77c5c
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ homepage="http://www.gnome.org"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=0d66fe1fc4561b3e046ee281d7c5a703a9baac88a8c4fb42ebc739d31dabd487
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64) broken="Blocking builder";;
|
||||
esac
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
||||
|
|
Loading…
Reference in a new issue