diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-28 00:02:58 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-28 00:03:13 +0000 |
commit | aa9616bb5f888ad8f9c8f2efc1e955121517f89c (patch) | |
tree | c707659db4d583205ee56458e0f031b75a0eae76 /community/shotwell | |
parent | 211d8a436c19922d6a02fadb8d51ed9563556022 (diff) | |
download | aports-aa9616bb5f888ad8f9c8f2efc1e955121517f89c.tar.bz2 aports-aa9616bb5f888ad8f9c8f2efc1e955121517f89c.tar.xz |
community/shotwell: enable build on ppc64le
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 cf1cc9624d..9e7cef23a0 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.27.0 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="LGPL2.1" install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall" subpackages="$pkgname-lang $pkgname-doc" |