From 0b678838f6c468ce6d48c0b104042cb9e5f25849 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 23 Apr 2015 10:55:35 +0200 Subject: [PATCH] x265: allow x86/musl. --- srcpkgs/x265/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/x265/template b/srcpkgs/x265/template index b8248f16163..faf4d04dd1b 100644 --- a/srcpkgs/x265/template +++ b/srcpkgs/x265/template @@ -13,7 +13,7 @@ license="GPL-2" distfiles="https://bitbucket.org/multicoreware/x265/get/${version}.tar.bz2" checksum=b6e5ba47fce63d10d3678803e8427755e7b9fb8c6aa619e1a3ff3f4fc62b3382 nocross=yes -only_for_archs="i686 x86_64" # CMakeList is utterly broken. +only_for_archs="i686 i686-musl x86_64 x86_64-musl" # CMakeList is utterly broken. x265-devel_package() { depends="${sourcepkg}>=${version}_${revision}"