diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-06 14:35:30 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-06 14:36:00 +0000 |
commit | 5ddaf3397c549ecef34af5b43d834e6de30f325a (patch) | |
tree | 0054dd669aa0995ad0e5d1c9667c1a3373be7d1a | |
parent | 34567b1c02093429fb7369045ad64b24ad36241e (diff) | |
download | aports-5ddaf3397c549ecef34af5b43d834e6de30f325a.tar.bz2 aports-5ddaf3397c549ecef34af5b43d834e6de30f325a.tar.xz |
testing/gnome-shell: no armhf, no aarch64/ppc64le for now
-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 9fa81b1b24..944f205e17 100644 --- a/testing/gnome-shell/APKBUILD +++ b/testing/gnome-shell/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.24.2 pkgrel=1 pkgdesc="GNOME shell" url="https://wiki.gnome.org/Projects/GnomeShell" -arch="all" +arch="all !armhf !ppc64le !aarch64" license="GPL" depends="accountsservice caribou gdm" makedepends="gnome-desktop-dev |