diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-06 15:39:11 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-06 15:39:11 +0100 |
commit | db456e1cf68dc05881a19abb69dfb7dc87a247a2 (patch) | |
tree | 52818f656ea0e0e3d03730731834242bddf45e6f /community/shotwell | |
parent | cdd27e12f63d59f1fb9a890ce0e582454a990358 (diff) | |
download | aports-db456e1cf68dc05881a19abb69dfb7dc87a247a2.tar.bz2 aports-db456e1cf68dc05881a19abb69dfb7dc87a247a2.tar.xz |
community/shotwell: disable on armhf
The dependency webkit2gtk is currently not available for armhf thus
shotwell refuses to build on armhf.
Diffstat (limited to 'community/shotwell')
-rw-r--r-- | community/shotwell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index c960b7a884..2e43777fad 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.22.0 pkgrel=2 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" -arch="all" +arch="x86 x86_64" license="LGPL2.1" install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall" depends="" |