aboutsummaryrefslogtreecommitdiffstats
path: root/testing/solidity
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-07 17:30:34 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-07 17:30:34 -0300
commitd46ecca5d2fdce5e47c234196ebd58c6f7cf6573 (patch)
tree7016103563c3ffe8212e9fd3ea8351414a743d19 /testing/solidity
parent6af1d328969dfa4d67c7bfc483e2c7c344234045 (diff)
downloadaports-d46ecca5d2fdce5e47c234196ebd58c6f7cf6573.tar.bz2
aports-d46ecca5d2fdce5e47c234196ebd58c6f7cf6573.tar.xz
testing/solidity: disable on s390x
Diffstat (limited to 'testing/solidity')
-rw-r--r--testing/solidity/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/solidity/APKBUILD b/testing/solidity/APKBUILD
index df02c36bb7..327fcc89f7 100644
--- a/testing/solidity/APKBUILD
+++ b/testing/solidity/APKBUILD
@@ -5,12 +5,11 @@ pkgver=0.5.10
pkgrel=0
pkgdesc="The Solidity Contract-Oriented Programming Language"
url="https://github.com/ethereum/solidity"
-arch="all"
+arch="all !s390x" # No support for big-endian systems
license="GPL-3.0-or-later"
depends="libgcc"
-makedepends="boost-dev boost cmake git"
+makedepends="boost-dev cmake git"
source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/$pkgname/archive/v$pkgver.tar.gz"
-# options="!check" # package does not have tests
prepare() {
default_prepare