diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-15 07:13:05 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-15 07:13:05 +0000 |
| commit | 154a8d9b10ce2a441beaa84d730fbee8f3355cd3 (patch) | |
| tree | ab4c42387b12b25153b1f24e49d0cc9dc24512b1 | |
| parent | cccc59526db6e7ac55d3411de67c15fe3a455704 (diff) | |
| download | aports-154a8d9b10ce2a441beaa84d730fbee8f3355cd3.tar.bz2 aports-154a8d9b10ce2a441beaa84d730fbee8f3355cd3.tar.xz | |
community/gnome-boxes: disable on mips
| -rw-r--r-- | community/gnome-boxes/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-boxes/APKBUILD b/community/gnome-boxes/APKBUILD index da781f0859..8d96639a1d 100644 --- a/community/gnome-boxes/APKBUILD +++ b/community/gnome-boxes/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Virtualization made simple" url="https://wiki.gnome.org/Apps/Boxes" # https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/testing/gnome-boxes/gnome-boxes-3.34.0-r0.log -arch="all !ppc64le" +arch="all !ppc64le !mips !mips64" # blocked by webkit2gtk on mips license="GPL-2.0-only" depends="libvirt-daemon" makedepends="meson vala libarchive-dev glib-dev gtk+3.0-dev gtk-vnc-dev |
