diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-02-10 21:33:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:31:55 +0000 |
commit | 360208b74cdd9858dfc68036dc31959e9eb8f083 (patch) | |
tree | dcf0aa83873e1488504702f938fd8c38a14625d8 /community/shotwell/APKBUILD | |
parent | f8ed4713b58f6a62990405ad7a83c878ab9aff31 (diff) | |
download | aports-360208b74cdd9858dfc68036dc31959e9eb8f083.tar.bz2 aports-360208b74cdd9858dfc68036dc31959e9eb8f083.tar.xz |
community/[various]: enable build on s390x
enable build webkit2gtk, shotwell, midori
fix local variable _archopt
Diffstat (limited to 'community/shotwell/APKBUILD')
-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 4242b4c887..918f32bb1d 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.27.3 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" -arch="x86 x86_64 ppc64le" +arch="all !armhf !aarch64" license="LGPL-2.1" install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall" subpackages="$pkgname-lang $pkgname-doc" |