From 081eec90f387c6334693b523c165ff307780951d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 Feb 2019 20:32:51 +0100 Subject: [PATCH] libgweather: enable gir for i686-musl --- srcpkgs/libgweather/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index 08cb27dd316..f31005aa348 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -20,7 +20,7 @@ checksum=45d30e0111bfc504f3e9609f878c89e26c856907f5732e7c30d3bf9f0a04e6f7 build_options="gir vala" case "$XBPS_TARGET_MACHINE" in - x86_64-musl) build_options_default+=" gir vala" ;; + i686-musl|x86_64-musl) build_options_default+=" gir vala" ;; *-musl) ;; *) build_options_default+=" gir vala" ;; esac