diff options
Diffstat (limited to 'testing/rebar3/APKBUILD')
-rw-r--r-- | testing/rebar3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rebar3/APKBUILD b/testing/rebar3/APKBUILD index 2b8f863636..d79583e85c 100644 --- a/testing/rebar3/APKBUILD +++ b/testing/rebar3/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.5.0 pkgrel=0 pkgdesc="erlang build tool that makes it easy to compile and test erlang applications and releases" url="http://www.rebar3.org/" -arch="noarch" +arch="noarch !armv7" license="Apache-2.0" depends="erlang erlang-compiler" makedepends="erlang-dev erlang-ssl erlang-eunit erlang-sasl erlang-dialyzer" |