From dfe40f7b210dea867363a7c6a14c0f392a3b3b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 24 Feb 2019 20:34:08 +0100 Subject: [PATCH] template-glib: enable for i686-musl --- srcpkgs/template-glib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/template-glib/template b/srcpkgs/template-glib/template index 328753e9d51..165c73a05b5 100644 --- a/srcpkgs/template-glib/template +++ b/srcpkgs/template-glib/template @@ -16,7 +16,7 @@ distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.ta checksum=cf690d391bfc71036e31867df6da90315a3db83f739a8657f580b941b96e3649 case "$XBPS_TARGET_MACHINE" in - x86_64-musl) ;; + i686-musl|x86_64-musl) ;; *-musl) broken="hard-requires gobject-introspection" ;; esac