From d403e09a831b17ed2c70a0a647ee952d2b80da8b Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Mon, 29 Jul 2019 04:02:48 -0300 Subject: [PATCH] testing/corepdf: limit on s390x and ppc64le --- testing/corepdf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/corepdf/APKBUILD b/testing/corepdf/APKBUILD index 6bd2a011dd1e..a28bfebaae6c 100644 --- a/testing/corepdf/APKBUILD +++ b/testing/corepdf/APKBUILD @@ -4,7 +4,7 @@ pkgname=corepdf pkgver=2.6.0 pkgrel=0 pkgdesc="A PDF viewer from the CoreApps family." -arch="all" +arch="all !s390x !ppc64le" # Limited by qt5-qtwebengine-dev url="https://gitlab.com/cubocore" license="LGPL-2.1-or-later" depends="qt5-qtsvg" -- GitLab