diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:43:58 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:43:58 +0000 |
commit | 5a1db2e4efaab16bcea5aa4212c7e00133f0610f (patch) | |
tree | 1e0d2816b7663afbd0b9b597ec39b5915f148b73 /testing | |
parent | 321f898d939b361cdaa734832e9d3e034c007b54 (diff) | |
download | aports-5a1db2e4efaab16bcea5aa4212c7e00133f0610f.tar.bz2 aports-5a1db2e4efaab16bcea5aa4212c7e00133f0610f.tar.xz |
testing/belle-sip: disable on mips
Diffstat (limited to 'testing')
-rw-r--r-- | testing/belle-sip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/belle-sip/APKBUILD b/testing/belle-sip/APKBUILD index 12eeaf0139..5c973e9122 100644 --- a/testing/belle-sip/APKBUILD +++ b/testing/belle-sip/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver}-0 pkgrel=0 pkgdesc="SIP (RFC3261) implementation written in C" url="https://www.linphone.org" -arch="all" +arch="all !mips !mips64" # java license="GPL-2.0-or-later" options="!check" # no test available makedepends="cmake libantlr3c libantlr3c-dev bctoolbox-dev |