aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-02-08 18:02:26 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-02-08 18:38:52 +0000
commit1bde810403800459d54e899deb3e271ee9400216 (patch)
tree2d1fe2ad9fed7eb39d380306373345c60339d953
parentfb3a0658dea2cadad07bf43edb80c5cb9e8a8e57 (diff)
testing/broot: enable x86
943315f4c5 (community/rust: add libssp_nonshared to link spec, 2020-02-08) fixed the linking issue, so now we can build on x86 again. Fixes #11202
-rw-r--r--testing/broot/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/broot/APKBUILD b/testing/broot/APKBUILD
index 17966a17484..6fe4b8540ed 100644
--- a/testing/broot/APKBUILD
+++ b/testing/broot/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.13.0
pkgrel=0
pkgdesc="New way to see and navigate directory trees"
url="https://github.com/Canop/broot"
-arch="all !s390x !x86"
+arch="all !s390x"
license="MIT"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/broot/$pkgver/download"