diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 13:15:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 13:15:59 +0000 |
commit | c38fb8365243c90c44a0362791f67dd02b5f8356 (patch) | |
tree | eab750d3673222bcdfdd850a25ffb070f0aaf0bd /community | |
parent | 5776a8f79ee587882c867aba3f5bd34fc4dbfdc1 (diff) | |
download | aports-c38fb8365243c90c44a0362791f67dd02b5f8356.tar.bz2 aports-c38fb8365243c90c44a0362791f67dd02b5f8356.tar.xz |
community/rawtherapee: disable on arm
Diffstat (limited to 'community')
-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 d5c9e805ef..4bdd393856 100644 --- a/community/rawtherapee/APKBUILD +++ b/community/rawtherapee/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.2 pkgrel=1 pkgdesc="RawTherapee is image processing software simular to Lightroom or Aperture" url="http://rawtherapee.com" -arch="all" +arch="x86 x86_64" license="GPL3" depends="" depends_dev="" |