aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-05 18:44:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 18:45:04 +0000
commit119ede639595d49cbe4447243d8a9a5c1ff047ca (patch)
tree57d1dd9e2270f6be7dd7563ccfbbb39399e2f2c7
parentf5bf7a6023c0e044a089cc7cf27278c45e55b064 (diff)
community/sane: enable on all arches
seems to build on both s390x and ppc64le
-rw-r--r--community/sane/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sane/APKBUILD b/community/sane/APKBUILD
index 25370810c0d..528ecdcee73 100644
--- a/community/sane/APKBUILD
+++ b/community/sane/APKBUILD
@@ -7,7 +7,7 @@ pkgver=1.0.27
pkgrel=2
pkgdesc="Scanner Access Now Easy - universal scanner interface"
url="http://www.sane-project.org/"
-arch="x86 x86_64 aarch64 armv7 armhf"
+arch="all"
license="GPL-2.0-or-later GPL-2.0-or-later-with-sane-exception Public-Domain"
makedepends="diffutils file libtool libusb-dev v4l-utils-dev net-snmp-dev avahi-dev libpng-dev
libjpeg-turbo-dev tiff-dev libgphoto2-dev linux-headers"