From 85c094d81ca3db8e8ed12c912ab6215db6808b6a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 8 Jul 2015 10:30:15 +0200 Subject: [PATCH] musl-legacy-compat, xbps-static: allow mipsel-musl builds. --- srcpkgs/musl-legacy-compat/template | 2 +- srcpkgs/xbps-static/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-legacy-compat/template b/srcpkgs/musl-legacy-compat/template index d90fae428a4..cd408d90369 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 mips-musl" +only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl" short_desc="Legacy compatibility headers for the musl libc" maintainer="Juan RP " license="BSD" diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index 0896f43b580..bf325753aba 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -15,7 +15,7 @@ hostmakedepends="git pkg-config" makedepends="zlib-devel libressl-devel libarchive-devel" depends="xbps-triggers" -only_for_archs="i686-musl x86_64-musl mips-musl armv6l-musl armv7l-musl aarch64-musl" +only_for_archs="i686-musl x86_64-musl mips-musl mipsel-musl armv6l-musl armv7l-musl aarch64-musl" do_fetch() { git clone -b${version} git://github.com/voidlinux/xbps ${wrksrc}