diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 02:51:53 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 02:51:53 +0000 |
commit | 365e98fa236cd34d2f829a23d1c89c0dcc13cd41 (patch) | |
tree | 0b950961d42483bc5cab49ec5fd36bea8a1a6ebe /community/ripgrep | |
parent | dac0d566b92ac0c30d7b24119c88265a48056165 (diff) | |
download | aports-365e98fa236cd34d2f829a23d1c89c0dcc13cd41.tar.bz2 aports-365e98fa236cd34d2f829a23d1c89c0dcc13cd41.tar.xz |
community/ripgrep: disable on mips
Diffstat (limited to 'community/ripgrep')
-rw-r--r-- | community/ripgrep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ripgrep/APKBUILD b/community/ripgrep/APKBUILD index 22dd2e0d30..07b404eb83 100644 --- a/community/ripgrep/APKBUILD +++ b/community/ripgrep/APKBUILD @@ -5,7 +5,7 @@ pkgver=12.0.1 pkgrel=0 pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep" url="https://github.com/BurntSushi/ripgrep" -arch="all !s390x" # limited by cargo +arch="all !s390x !mips !mips64" # limited by cargo license="MIT public-domain" makedepends="cargo asciidoc pcre2-dev" checkdepends="xz" |