diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-22 06:11:17 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-22 06:11:54 +0000 |
commit | 9528e73e497ebb0e413459d1865e167bc776bf64 (patch) | |
tree | f152f4f8576478a0a8e6f31d2b8add2878e07f30 /testing | |
parent | 51eb6cf83a1b15bb2cbf900c89b0bbf2f93d7849 (diff) | |
download | aports-9528e73e497ebb0e413459d1865e167bc776bf64.tar.bz2 aports-9528e73e497ebb0e413459d1865e167bc776bf64.tar.xz |
testing/gnome-shell: yeah making GJS work on armhf is a tall order right now
Diffstat (limited to 'testing')
-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 8af7bb42a5..fb8e394cc6 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 !aarch64" +arch="all !aarch64 !armhf" license="GPL" depends="accountsservice caribou gdm" makedepends="gnome-desktop-dev |