aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-19 19:02:02 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-19 19:03:35 -0300
commit8223c653a25722cda45c2b19e4a025ca749eb5fb (patch)
tree74c4e4fb8dc1f1fbbc0228887d27ccf16d5bdbe2
parentab0075ea32670cc62be2c222be513174c9431024 (diff)
community/libcsys: disable on polkit-less
-rw-r--r--community/libcsys/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libcsys/APKBUILD b/community/libcsys/APKBUILD
index 8865487cda3..b8a796f6760 100644
--- a/community/libcsys/APKBUILD
+++ b/community/libcsys/APKBUILD
@@ -4,7 +4,7 @@ pkgname=libcsys
pkgver=4.0.0
pkgrel=0
pkgdesc="Library for managing a hard drive and getting system resource information in real-time."
-arch="all"
+arch="all !s390x" # polkit
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtbase udisks2"