From bcb7eaadcb5f18bcb75ee63e70321f327ba587d7 Mon Sep 17 00:00:00 2001 From: xaduha Date: Sun, 27 Sep 2015 05:07:34 +0000 Subject: [PATCH] fails with musl, so no musl for now --- srcpkgs/MoarVM/template | 2 +- srcpkgs/nqp/template | 2 +- srcpkgs/rakudo-star/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index 773b6e34639..15893d33813 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -1,6 +1,6 @@ # Template build file for 'MoarVM'. pkgname=MoarVM -only_for_archs="i686 i686-musl x86_64 x86_64-musl" +only_for_archs="i686 x86_64" version=2015.09 revision=1 build_style=configure diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template index 9d08b028f69..912c4696d0d 100644 --- a/srcpkgs/nqp/template +++ b/srcpkgs/nqp/template @@ -1,6 +1,6 @@ # Template build file for 'nqp'. pkgname=nqp -only_for_archs="i686 i686-musl x86_64 x86_64-musl" +only_for_archs="i686 x86_64" version=2015.09.1 revision=1 build_style=configure diff --git a/srcpkgs/rakudo-star/template b/srcpkgs/rakudo-star/template index 562e70c2de3..9d1e9ae428f 100644 --- a/srcpkgs/rakudo-star/template +++ b/srcpkgs/rakudo-star/template @@ -1,6 +1,6 @@ # Template build file for 'rakudo-star'. pkgname=rakudo-star -only_for_archs="i686 i686-musl x86_64 x86_64-musl" +only_for_archs="i686 x86_64" version=2015.09 revision=1 build_style=configure