diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:45:41 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:45:41 +0000 |
| commit | 5170c8d45ee5affe17faebfc014611e19fe3967a (patch) | |
| tree | 59d6476b7c16000775309975ece728b158712034 | |
| parent | 38fab498beb369749174886db4340f3de48c5c93 (diff) | |
| download | aports-5170c8d45ee5affe17faebfc014611e19fe3967a.tar.bz2 aports-5170c8d45ee5affe17faebfc014611e19fe3967a.tar.xz | |
community/gnome-calendar: disable on mips
| -rw-r--r-- | community/gnome-calendar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-calendar/APKBUILD b/community/gnome-calendar/APKBUILD index 00dc066ee8..caf89d49f4 100644 --- a/community/gnome-calendar/APKBUILD +++ b/community/gnome-calendar/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.0 pkgrel=0 pkgdesc="Calendar application for GNOME" url="https://wiki.gnome.org/Apps/Calendar" -arch="all !s390x" # libhandy +arch="all !s390x !mips !mips64" # libhandy license="GPL-3.0-or-later" depends="gsettings-desktop-schemas" makedepends="meson libical-dev gsettings-desktop-schemas-dev evolution-data-server-dev |
