diff options
Diffstat (limited to 'community/cheese/APKBUILD')
-rw-r--r-- | community/cheese/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD index 21ee56d516f..c40c60ddfd0 100644 --- a/community/cheese/APKBUILD +++ b/community/cheese/APKBUILD @@ -5,8 +5,8 @@ pkgver=3.38.0 pkgrel=1 pkgdesc="Take photos and videos with your webcam" url="https://wiki.gnome.org/Apps/Cheese" -# mips64 and riscv64 blocked by gst-plugins-bad -arch="all !mips64 !riscv64" +# s390x blocked by gnome-desktop +arch="all !s390x" license="GPL-2.0-or-later" depends="gsettings-desktop-schemas" makedepends=" |