diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-09 19:49:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-10 15:07:38 +0000 |
commit | 6f43a88ebbcc7ba647ef1226e4ed314bb83da9f1 (patch) | |
tree | ae770f08c820cdf8b09860c1befa0843596e7387 /testing/monero | |
parent | 6f20e653aecc23d0f18a84fb8735a5e7fd41210f (diff) | |
download | aports-6f43a88ebbcc7ba647ef1226e4ed314bb83da9f1.tar.bz2 aports-6f43a88ebbcc7ba647ef1226e4ed314bb83da9f1.tar.xz |
testing/monero: disable on s390x
does not build
Diffstat (limited to 'testing/monero')
-rw-r--r-- | testing/monero/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/monero/APKBUILD b/testing/monero/APKBUILD index 66151c63bf..2787fa0d18 100644 --- a/testing/monero/APKBUILD +++ b/testing/monero/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.11.1.0 pkgrel=1 pkgdesc="Secure, private, untraceable cryptocurrency" url="https://getmonero.org/" -arch="all" +arch="all !s390x" license="BSD" makedepends="unbound-dev libressl-dev boost-dev miniupnpc-dev cmake" options="!check" |