diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 16:06:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 16:06:57 -0300 |
commit | fdecb990519f9f53312213f9523bd8b8dd5ebd94 (patch) | |
tree | 319bd67a2f79fd35f30d851e801b71136a940bd4 /testing/starship/APKBUILD | |
parent | 9a5f71cea5658b9e476c2e8ff00a74f18fffdc9d (diff) | |
download | aports-fdecb990519f9f53312213f9523bd8b8dd5ebd94.tar.bz2 aports-fdecb990519f9f53312213f9523bd8b8dd5ebd94.tar.xz |
testing/starship: disable on s390x
Diffstat (limited to 'testing/starship/APKBUILD')
-rw-r--r-- | testing/starship/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/starship/APKBUILD b/testing/starship/APKBUILD index c903aaeed9..9e6f8ed04c 100644 --- a/testing/starship/APKBUILD +++ b/testing/starship/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Cross-shell prompt for astronauts" options="!check" # All tests hardcode $HOME url="https://starship.rs/" -arch="all" +arch="all !s390x" license="ISC" depends="font-noto-emoji" makedepends="cargo zlib-dev libgit2-dev" |