From 5244925537c4b4e8f1f603dc32fe65eec0b2aa04 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 27 Jan 2019 03:11:29 +0100 Subject: [PATCH] libopenshot: enable for ppc64le --- srcpkgs/libopenshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template index f2a7fb7933c..c7ca198ca53 100644 --- a/srcpkgs/libopenshot/template +++ b/srcpkgs/libopenshot/template @@ -2,8 +2,8 @@ pkgname=libopenshot version=0.2.2 revision=2 +only_for_archs="i686 x86_64 ppc64le" build_style=cmake -only_for_archs="i686 x86_64" pycompile_module="openshot.py" configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1 hostmakedepends="swig doxygen ruby python3"