diff options
author | TBK <tbk@jjtc.eu> | 2019-05-25 19:39:01 +0200 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-25 19:39:01 +0200 |
commit | 7b5edd4e29779c93764f8c2e8893dc3bb032f902 (patch) | |
tree | 842d71191dae51cfe4b634143c644691d122bad3 /testing/gnome-session | |
parent | 7a6fca661bbd0462666d16ed6f103a8328a8cf8c (diff) | |
download | aports-7b5edd4e29779c93764f8c2e8893dc3bb032f902.tar.bz2 aports-7b5edd4e29779c93764f8c2e8893dc3bb032f902.tar.xz |
testing/gnome-shell: disable ppc64le
Diffstat (limited to 'testing/gnome-session')
-rw-r--r-- | testing/gnome-session/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-session/APKBUILD b/testing/gnome-session/APKBUILD index 337491ba65..4e85276daf 100644 --- a/testing/gnome-session/APKBUILD +++ b/testing/gnome-session/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.32.0 pkgrel=0 pkgdesc="GNOME session manager" url="https://www.gnome.org/" -arch="all !aarch64 !armhf !armv7 !s390x" +arch="all !aarch64 !armhf !armv7 !s390x !ppc64le" # ppc64le limited by mutter license="GPL-2.0-or-later" depends="gnome-shell polkit alsa-plugins-pulse dconf pulseaudio-alsa" makedepends="gnome-settings-daemon-dev libsm-dev |