diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 14:41:02 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-20 14:41:02 -0300 |
commit | 79d86b4b1aa1ef58be574e04329a58ba60828c48 (patch) | |
tree | ca07b7770822c6b484189c2b7d749773699e587c /community/sddm | |
parent | 41721a9eaec0d28450024558a71762a8b429ec94 (diff) | |
download | aports-79d86b4b1aa1ef58be574e04329a58ba60828c48.tar.bz2 aports-79d86b4b1aa1ef58be574e04329a58ba60828c48.tar.xz |
community/sddm: limit because of utmps
Diffstat (limited to 'community/sddm')
-rw-r--r-- | community/sddm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sddm/APKBUILD b/community/sddm/APKBUILD index ff0639182d..f7464b9029 100644 --- a/community/sddm/APKBUILD +++ b/community/sddm/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.18.1 pkgrel=4 pkgdesc="Simple Desktop Display Manager" url="https://github.com/sddm/sddm/" -arch="all" +arch="" # Needs utmps from testing license="GPL-2.0-only" depends="elogind xorg-server dbus-x11 upower" makedepends="cmake extra-cmake-modules qt5-qtbase-dev libxcb-dev upower-dev elogind-dev linux-pam-dev qt5-qtdeclarative-dev qt5-qttools-dev utmps-dev py-docutils" |