aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pastel
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-09 06:37:38 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-09 06:37:38 +0000
commit733b454539b3cb86f0d5d3ab5834fc0e79981e39 (patch)
tree202e2c4dedf40908cb7460b9e6cbad8b6750f93d /testing/pastel
parentc2fd16c4cff45f5070cab9d250276f3fe1b57c53 (diff)
downloadaports-733b454539b3cb86f0d5d3ab5834fc0e79981e39.tar.bz2
aports-733b454539b3cb86f0d5d3ab5834fc0e79981e39.tar.xz
testing/pastel: disable on mips
Diffstat (limited to 'testing/pastel')
-rw-r--r--testing/pastel/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pastel/APKBUILD b/testing/pastel/APKBUILD
index 600a0770da..7ce49c574a 100644
--- a/testing/pastel/APKBUILD
+++ b/testing/pastel/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.7.1
pkgrel=0
pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors"
url="https://github.com/sharkdp/pastel"
-arch="all !s390x"
+arch="all !s390x !mips !mips64" # rust/cargo
license="Apache-2.0"
makedepends="rust cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/pastel/archive/v$pkgver.tar.gz"