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-shell | |
parent | d131db6d9d084e11911b6899b9429a17345706a2 (diff) | |
download | aports-aab75a978af28c82d1ecf47856081f8ef5ad75d4.tar.bz2 aports-aab75a978af28c82d1ecf47856081f8ef5ad75d4.tar.xz |
testing/gnome-*: disable on s390x
Diffstat (limited to 'testing/gnome-shell')
-rw-r--r-- | testing/gnome-shell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-shell/APKBUILD b/testing/gnome-shell/APKBUILD index c1efbfa0c4..7b0845f805 100644 --- a/testing/gnome-shell/APKBUILD +++ b/testing/gnome-shell/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.26.0 pkgrel=0 pkgdesc="GNOME shell" url="https://wiki.gnome.org/Projects/GnomeShell" -arch="all !aarch64 !armhf" +arch="all !aarch64 !armhf !s390x" license="GPL" depends="accountsservice caribou gdm" makedepends="gnome-desktop-dev |