diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-09-24 17:54:45 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-24 18:33:14 +0200 |
commit | 8814d1feb6e1bf2bb8e51cc7ef25542db53d377a (patch) | |
tree | 3d22b43991602beb6cf2e556b2032987a03da823 /community/fractal | |
parent | 211aff72ce7e56283151a1f8d09989954fc722cb (diff) | |
download | aports-8814d1feb6e1bf2bb8e51cc7ef25542db53d377a.tar.bz2 aports-8814d1feb6e1bf2bb8e51cc7ef25542db53d377a.tar.xz |
community/fractal: enable on x86
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 2539df41e5..3178f8bc29 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 armhf armv7 aarch64 ppc64le" # limited by Rust +arch="x86_64 x86 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 |