diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 20:52:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 20:52:25 -0300 |
commit | 6131ce71287dec1e08b9eb936e1e7c4cf41bc34c (patch) | |
tree | b7f4fab3c48b33cf4654bbc41698971240982e9c | |
parent | f2383ce56220b0cf4dd565d33743d9b442825500 (diff) | |
download | aports-6131ce71287dec1e08b9eb936e1e7c4cf41bc34c.tar.bz2 aports-6131ce71287dec1e08b9eb936e1e7c4cf41bc34c.tar.xz |
testing/gnome-control-center: disable on ppc64le
-rw-r--r-- | testing/gnome-control-center/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-control-center/APKBUILD b/testing/gnome-control-center/APKBUILD index a6517e254e..bd5c2d183a 100644 --- a/testing/gnome-control-center/APKBUILD +++ b/testing/gnome-control-center/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="GNOME control center" url="https://gitlab.gnome.org/GNOME/gnome-control-center" # limited by gnome-online-accounts -arch="all !armhf !s390x" +arch="all !armhf !s390x !ppc64le" # Last one just fails due to race condition license="GPL-2.0-or-later" depends="cups-pk-helper openrc-settingsd" makedepends=" |