diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-12 02:16:15 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-12 02:16:15 -0500 |
commit | 334f0c656ce567126533a8146c882baf06fcb3c6 (patch) | |
tree | 26865bee20b54b05ad46b909b208360097dcf8cd /pcr/consolekit | |
parent | d35e08e9ed95e7ac1b4a8811a7a212fa4b929c71 (diff) | |
download | abslibre-334f0c656ce567126533a8146c882baf06fcb3c6.tar.gz abslibre-334f0c656ce567126533a8146c882baf06fcb3c6.tar.bz2 abslibre-334f0c656ce567126533a8146c882baf06fcb3c6.zip |
consolekit: armv7h port
Diffstat (limited to 'pcr/consolekit')
-rw-r--r-- | pcr/consolekit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/consolekit/PKGBUILD b/pcr/consolekit/PKGBUILD index 1cd602a03..af380b742 100644 --- a/pcr/consolekit/PKGBUILD +++ b/pcr/consolekit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=consolekit pkgver=0.9.4 pkgrel=1 pkgdesc="A framework for defining and tracking users, login sessions, and seats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="https://github.com/ConsoleKit2/ConsoleKit2" license=('GPL') #provides=('logind') |