diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 08:55:14 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 08:55:14 +0000 |
commit | 426454a5a98c0ee35b6437ca2857dc1ade4c6ca6 (patch) | |
tree | 81cba15bf2daa4e51aed41df2dea30920ab7974c /testing/polybar | |
parent | 68697ad8b3fcf90d858bcb5c1cc89aabf84252b3 (diff) | |
download | aports-426454a5a98c0ee35b6437ca2857dc1ade4c6ca6.tar.bz2 aports-426454a5a98c0ee35b6437ca2857dc1ade4c6ca6.tar.xz |
testing/polybar: disable s390x
Due to lack of pulseaudio, polybar cannot be built in s390x.
Diffstat (limited to 'testing/polybar')
-rw-r--r-- | testing/polybar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/polybar/APKBUILD b/testing/polybar/APKBUILD index a6722e8b8d..eeffc75c32 100644 --- a/testing/polybar/APKBUILD +++ b/testing/polybar/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.3.0 pkgrel=1 pkgdesc="A fast and easy-to-use tool for creating status bars." url="https://polybar.github.io/" -arch="all" +arch="all !s390x" # s390x lacks pulseaudio license="MIT" makedepends=" alsa-lib-dev |