diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 19:34:31 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 19:34:31 -0300 |
commit | 1dfe07f53159f2e5070b5b62c81e83830c6a1036 (patch) | |
tree | c1a87ba86990590110e1ab7ab8986f734670b3c4 /testing/grantlee-editor | |
parent | ac6de31d65ed4dffe0a5dbea07491b9b10c0ec3e (diff) | |
download | aports-1dfe07f53159f2e5070b5b62c81e83830c6a1036.tar.bz2 aports-1dfe07f53159f2e5070b5b62c81e83830c6a1036.tar.xz |
testing/grantlee-editor: limit on ppc64le and s390x
Diffstat (limited to 'testing/grantlee-editor')
-rw-r--r-- | testing/grantlee-editor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/grantlee-editor/APKBUILD b/testing/grantlee-editor/APKBUILD index f9d0e2615d..2bc78e304c 100644 --- a/testing/grantlee-editor/APKBUILD +++ b/testing/grantlee-editor/APKBUILD @@ -3,7 +3,7 @@ pkgname=grantlee-editor pkgver=19.04.2 pkgrel=0 -arch="all" +arch="all !ppc64le !s390x" # Limited by qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="Utilities and tools to manage themes in KDE PIM applications " license="GPL-2.0-or-later AND GFDL-1.2-only" |