diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-03 17:41:19 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-03 17:41:40 +0000 |
commit | d4d3b143285dfac19774537974354ceb13eb1b11 (patch) | |
tree | 2a3ca8ed946c7784f0950635d1c5d3ad99825963 /community/shotwell | |
parent | e614ba1564defe25152f269cf6efb8ddcdf1b660 (diff) | |
download | aports-d4d3b143285dfac19774537974354ceb13eb1b11.tar.bz2 aports-d4d3b143285dfac19774537974354ceb13eb1b11.tar.xz |
community: mask librsvg dependencies on mips and mips64
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 2c3df005a9..7d39846e87 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.30.8 pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg 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 |