diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-09 06:29:03 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-09 06:29:03 +0000 |
| commit | 1d3563faca0c19827eeb18deb61295d4d8324753 (patch) | |
| tree | 978dceaad7b94b84a958d3cc5537edc3446dc487 /testing | |
| parent | 9833da5872d975588f932ad2f8a3dd1ff4b7123d (diff) | |
| download | aports-1d3563faca0c19827eeb18deb61295d4d8324753.tar.bz2 aports-1d3563faca0c19827eeb18deb61295d4d8324753.tar.xz | |
testing/mdbook: disable on mips
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/mdbook/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mdbook/APKBUILD b/testing/mdbook/APKBUILD index 77920c1821..bb04a40b2c 100644 --- a/testing/mdbook/APKBUILD +++ b/testing/mdbook/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.3.7 pkgrel=0 pkgdesc="mdBook is a utility to create modern online books from Markdown files" url="https://rust-lang.github.io/mdBook/" -arch="all !s390x" # limited by cargo +arch="all !s390x !mips !mips64" # limited by cargo license="MPL-2.0" makedepends="rust cargo" source="$pkgname-$pkgver.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v$pkgver.tar.gz" |
