diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-06 11:56:21 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-06 11:56:21 -0600 |
commit | 1732bf0ecfaea821e7b70d30cf18314b490422df (patch) | |
tree | c4fe14279155c58a02ea1c1a97c75da44e5791bc | |
parent | 9ee42e8effaa90ebedc5af167334e96064ac1ab0 (diff) |
community/cheese: disable on mips64
-rw-r--r-- | community/cheese/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD index 84a07e9f924..1a4a21a70a9 100644 --- a/community/cheese/APKBUILD +++ b/community/cheese/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.38.0 pkgrel=0 pkgdesc="Take photos and videos with your webcam" url="https://wiki.gnome.org/Apps/Cheese" -arch="all" +arch="all !mips64" # blocked by gst-plugins-bad license="GPL-2.0-or-later" depends="gsettings-desktop-schemas" makedepends=" |