From bf04d691002c6c7f5c4b343f2b6c0dfd5136f3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 24 Feb 2019 20:31:49 +0100 Subject: [PATCH] orca: enable gobject-introspection for i686-musl --- srcpkgs/orca/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template index fa20c896ec..5bf7db9ca6 100644 --- a/srcpkgs/orca/template +++ b/srcpkgs/orca/template @@ -21,6 +21,6 @@ if [ "$CROSS_BUILD" ]; then fi case "$XBPS_TARGET_MACHINE" in - x86_64-musl) ;; + i686-musl|x86_64-musl) ;; *-musl) broken="Requires gobject-introspection" ;; esac