diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-25 12:37:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-25 12:37:31 +0000 |
commit | 2948ace70537290235a029d79181c58b097985f2 (patch) | |
tree | 7d00404fa01ac8c4a257343a9e5ef3c5f488ab41 /community/fractal | |
parent | 54af9f8ac24f52d382c5758e2445bf0206eff40e (diff) | |
download | aports-2948ace70537290235a029d79181c58b097985f2.tar.bz2 aports-2948ace70537290235a029d79181c58b097985f2.tar.xz |
community/fractal: disable on x86 due to build failure
Diffstat (limited to 'community/fractal')
-rw-r--r-- | community/fractal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fractal/APKBUILD b/community/fractal/APKBUILD index 3178f8bc29..2539df41e5 100644 --- a/community/fractal/APKBUILD +++ b/community/fractal/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.2.1 pkgrel=0 pkgdesc="Matrix group messaging app" url="https://wiki.gnome.org/Apps/Fractal" -arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by Rust +arch="x86_64 armhf armv7 aarch64 ppc64le" # limited by Rust license="GPL-3.0-or-later" makedepends="meson gtk+3.0-dev dbus-dev openssl-dev gspell-dev libhandy-dev gtksourceview4-dev gstreamer-dev gst-plugins-base-dev gst-plugins-bad-dev |