diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-24 15:38:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-24 15:39:11 -0300 |
commit | c721f0650db7b9510038c72adaedb553b06e530c (patch) | |
tree | b1734281a73da6785fadcaba9d1fc2c349e91c6c /testing/kdenlive | |
parent | 96434e46c2398e21a998a6ee01456d60a7cd4271 (diff) | |
download | aports-c721f0650db7b9510038c72adaedb553b06e530c.tar.bz2 aports-c721f0650db7b9510038c72adaedb553b06e530c.tar.xz |
testing/kdenlive: limit on s390x
Diffstat (limited to 'testing/kdenlive')
-rw-r--r-- | testing/kdenlive/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kdenlive/APKBUILD b/testing/kdenlive/APKBUILD index ecd9ba44d5..fe8ebceda0 100644 --- a/testing/kdenlive/APKBUILD +++ b/testing/kdenlive/APKBUILD @@ -3,7 +3,7 @@ pkgname=kdenlive pkgver=19.04.2 pkgrel=0 -arch="all" +arch="all !s390x" # Limited by mlt url="https://kdenlive.org" pkgdesc="An intuitive and powerful multi-track video editor, including most recent video technologies" license="GPL-2.0-or-later" |