diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-20 08:29:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-20 08:29:52 -0300 |
commit | 6020e20fcd83f7b8c1b1c5ba792adb71a56c5803 (patch) | |
tree | b3e13c07d50819af0aeebbf24fc97a31acf75dc2 /testing | |
parent | 8dcc7a623e0f5d027bbb9319a23053b210df8b40 (diff) | |
download | aports-6020e20fcd83f7b8c1b1c5ba792adb71a56c5803.tar.bz2 aports-6020e20fcd83f7b8c1b1c5ba792adb71a56c5803.tar.xz |
testing/plasma: limit on ppc64le on s390x
Diffstat (limited to 'testing')
-rw-r--r-- | testing/plasma/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/plasma/APKBUILD b/testing/plasma/APKBUILD index c55a09969d..d0079156ab 100644 --- a/testing/plasma/APKBUILD +++ b/testing/plasma/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.16.1 pkgrel=0 pkgdesc="Plasma (Base) meta package" url="https://kde.org/plasma-desktop" -arch="noarch" +arch="noarch !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine options="!check" # No tests for a metapkg license="GPL-3.0-or-later" depends=" |