diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:12:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:12:44 +0000 |
commit | aab75a978af28c82d1ecf47856081f8ef5ad75d4 (patch) | |
tree | fa248055ade2cd48f27006f260d59e0142e89891 /testing/gnome-control-center/APKBUILD | |
parent | d131db6d9d084e11911b6899b9429a17345706a2 (diff) | |
download | aports-aab75a978af28c82d1ecf47856081f8ef5ad75d4.tar.bz2 aports-aab75a978af28c82d1ecf47856081f8ef5ad75d4.tar.xz |
testing/gnome-*: disable on s390x
Diffstat (limited to 'testing/gnome-control-center/APKBUILD')
-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 2ad9bb568e..89eb6fe5e4 100644 --- a/testing/gnome-control-center/APKBUILD +++ b/testing/gnome-control-center/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="GNOME control center" url="http://www.gnome.org/" # limited by gnome-online-accounts -arch="all !armhf" +arch="all !armhf !s390x" license="GPL" makedepends="clutter-dev clutter-gtk-dev |