diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:28:17 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:28:17 +0000 |
commit | 13c6ed05624ec6b69c11af95b28e572ae018efa5 (patch) | |
tree | 2e9c41314268328a185e30f51b635c77bde97005 /community/gnome-session | |
parent | 547aeaf0d092c993e765e55f715d0641b7c74e74 (diff) | |
download | aports-13c6ed05624ec6b69c11af95b28e572ae018efa5.tar.bz2 aports-13c6ed05624ec6b69c11af95b28e572ae018efa5.tar.xz |
community/gnome-session: disable on mips
Diffstat (limited to 'community/gnome-session')
-rw-r--r-- | community/gnome-session/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD index 43aff36173..3cea5fa4b5 100644 --- a/community/gnome-session/APKBUILD +++ b/community/gnome-session/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.0 pkgrel=0 pkgdesc="GNOME session manager" url="https://gitlab.gnome.org/GNOME/gnome-session" -arch="all !s390x !ppc64le" +arch="all !s390x !ppc64le !mips !mips64" license="GPL-2.0-or-later" depends="gnome-shell polkit alsa-plugins-pulse dconf pulseaudio-alsa bash" makedepends="gnome-settings-daemon-dev libsm-dev |