From 4d5c7105439862c0da3b8f0c253825c86003b549 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 24 Jun 2015 10:28:52 +0200 Subject: [PATCH] musl-legacy-compat: allow mips-musl. --- srcpkgs/musl-legacy-compat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/musl-legacy-compat/template b/srcpkgs/musl-legacy-compat/template index 8b649642b94..d90fae428a4 100644 --- a/srcpkgs/musl-legacy-compat/template +++ b/srcpkgs/musl-legacy-compat/template @@ -3,7 +3,7 @@ pkgname=musl-legacy-compat version=0.2 revision=1 noarch=yes -only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl" +only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl mips-musl" short_desc="Legacy compatibility headers for the musl libc" maintainer="Juan RP " license="BSD"