diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-23 17:07:46 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-23 17:07:56 -0300 |
commit | ff74784049b9fab0ae2aef9cfe290cb80f4d9111 (patch) | |
tree | 803cdeb0ea52f441ac6a8593ec1fc8ab2b3ea04e /testing/pastel | |
parent | a046a54389433be8ab6268b9bab05e633c8770d7 (diff) | |
download | aports-ff74784049b9fab0ae2aef9cfe290cb80f4d9111.tar.bz2 aports-ff74784049b9fab0ae2aef9cfe290cb80f4d9111.tar.xz |
testing/pastel: disable on s390x
Diffstat (limited to 'testing/pastel')
-rw-r--r-- | testing/pastel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pastel/APKBUILD b/testing/pastel/APKBUILD index 773a8ca348..88d21e153d 100644 --- a/testing/pastel/APKBUILD +++ b/testing/pastel/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.1 pkgrel=0 pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors" url="https://github.com/sharkdp/pastel" -arch="all" +arch="all !s390x" license="Apache-2.0" makedepends="rust cargo" source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/pastel/archive/v$pkgver.tar.gz" |