diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-06-25 15:58:20 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 09:52:36 -0300 |
commit | b79642dc4e99fdf31a08f2ee8471f4e868673683 (patch) | |
tree | c825e519b65f5e30bda48ac7abc5263101ddc7e0 /testing | |
parent | 6ed2db88a873493c43bb6a38d89768ff7d61964d (diff) | |
download | aports-b79642dc4e99fdf31a08f2ee8471f4e868673683.tar.bz2 aports-b79642dc4e99fdf31a08f2ee8471f4e868673683.tar.xz |
testing/polybar: enable s390x
Diffstat (limited to 'testing')
-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 cb4ba29fd9..938a066c33 100644 --- a/testing/polybar/APKBUILD +++ b/testing/polybar/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.3.1 pkgrel=0 pkgdesc="A fast and easy-to-use tool for creating status bars." url="https://polybar.github.io/" -arch="all !s390x" # s390x lacks pulseaudio +arch="all" license="MIT" makedepends=" alsa-lib-dev |