diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 13:32:43 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:34 +0000 |
commit | e65275dd0f84ffd5110be49029c432f11747d7a2 (patch) | |
tree | c554d3edfeb966c3d98be800448827734f41d363 /community | |
parent | d25e89bb4ed646596e31033fa1201e49a4f4acd2 (diff) | |
download | aports-e65275dd0f84ffd5110be49029c432f11747d7a2.tar.bz2 aports-e65275dd0f84ffd5110be49029c432f11747d7a2.tar.xz |
community/shotwell: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'community')
-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 c5d1c0248e..10c1463750 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.30.7 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" -arch="all" +arch="all !s390x" license="CC-BY-SA-3.0 AND LGPL-2.1-or-later" subpackages="$pkgname-lang $pkgname-doc" makedepends="vala libgee-dev libunique3-dev webkit2gtk-dev libexif-dev |