diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-11 02:13:24 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-11 02:13:24 +0000 |
commit | 035ac73a8ccdc62d829f5443ad951fe3f19f3f1c (patch) | |
tree | baede7fce226e4a809095be9b2c6c6db4dd24fda | |
parent | 16e7e0d6f0a651781038d316f885c63c6298388f (diff) | |
download | aports-035ac73a8ccdc62d829f5443ad951fe3f19f3f1c.tar.bz2 aports-035ac73a8ccdc62d829f5443ad951fe3f19f3f1c.tar.xz |
community/rawtherapee: enable build on ppc64le
-rw-r--r-- | community/rawtherapee/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rawtherapee/APKBUILD b/community/rawtherapee/APKBUILD index b097b80a4e..9fac4937bd 100644 --- a/community/rawtherapee/APKBUILD +++ b/community/rawtherapee/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 _gtkver=2 pkgdesc="RawTherapee is image processing software simular to Lightroom or Aperture" url="http://rawtherapee.com" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="GPL3" makedepends="bzip2-dev exiv2-dev expat-dev fftw-dev glib-dev gtk+2.0-dev \ gtk-engines-dev gtkmm-dev lcms2-dev libcanberra-dev \ |