diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-05 19:43:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-05 19:43:33 +0000 |
commit | eae2154208ce1ccb5fce909ec671767ff1a510d1 (patch) | |
tree | e2d548bcc2ecb90600a37256f90529119b61208c | |
parent | 147d2d76562eff6f7591a43061b3a970e5bcf74f (diff) | |
download | aports-eae2154208ce1ccb5fce909ec671767ff1a510d1.tar.bz2 aports-eae2154208ce1ccb5fce909ec671767ff1a510d1.tar.xz |
testing/darktable: use whitelist of supported archs
-rw-r--r-- | testing/darktable/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/darktable/APKBUILD b/testing/darktable/APKBUILD index 75cb8f194e..98a2fa9d2a 100644 --- a/testing/darktable/APKBUILD +++ b/testing/darktable/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.2.4 pkgrel=0 pkgdesc="an open source photography workflow application and raw developer" url="https://www.darktable.org/" -arch="all !armhf" +arch="x86 x86_64 aarch64" license="GPL3" depends="" makedepends=" |