From 5bccb36075842a04a94891d6728088e06413ae07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 Feb 2019 20:32:50 +0100 Subject: [PATCH] libgnomekbd: enable gir for i686-musl --- srcpkgs/libgnomekbd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgnomekbd/template b/srcpkgs/libgnomekbd/template index 1a2178ea5d7..327e4483eaf 100644 --- a/srcpkgs/libgnomekbd/template +++ b/srcpkgs/libgnomekbd/template @@ -18,7 +18,7 @@ checksum=f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679 build_options="gir" case "$XBPS_TARGET_MACHINE" in - x86_64-musl) build_options_default+=" gir" ;; + i686-musl|x86_64-musl) build_options_default+=" gir" ;; *-musl) ;; *) build_options_default+=" gir" ;; esac