diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-08 18:02:26 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-08 18:38:52 +0000 |
commit | 1bde810403800459d54e899deb3e271ee9400216 (patch) | |
tree | 2d1fe2ad9fed7eb39d380306373345c60339d953 /testing/broot | |
parent | fb3a0658dea2cadad07bf43edb80c5cb9e8a8e57 (diff) | |
download | aports-1bde810403800459d54e899deb3e271ee9400216.tar.bz2 aports-1bde810403800459d54e899deb3e271ee9400216.tar.xz |
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
Diffstat (limited to 'testing/broot')
-rw-r--r-- | testing/broot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/broot/APKBUILD b/testing/broot/APKBUILD index 17966a1748..6fe4b8540e 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" |