diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-29 04:02:48 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-29 04:03:11 -0300 |
commit | d403e09a831b17ed2c70a0a647ee952d2b80da8b (patch) | |
tree | ef22c5f85906cca5aea0f9554b1a14cea670d674 /testing/corepdf | |
parent | 6a183d66c7dc3dca62a642c621c62bc6455f8b87 (diff) | |
download | aports-d403e09a831b17ed2c70a0a647ee952d2b80da8b.tar.bz2 aports-d403e09a831b17ed2c70a0a647ee952d2b80da8b.tar.xz |
testing/corepdf: limit on s390x and ppc64le
Diffstat (limited to 'testing/corepdf')
-rw-r--r-- | testing/corepdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/corepdf/APKBUILD b/testing/corepdf/APKBUILD index 6bd2a011dd..a28bfebaae 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" |