diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-08-02 06:29:41 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-08-02 06:30:00 +0000 |
commit | 4a9319a4ebc746898da65138230194ad5c3ff871 (patch) | |
tree | 46c1955e316308085f38d14a74b78fd90bed547e /testing | |
parent | 9931f6cfa9ef87940f8b45455ecd55120a93a5fa (diff) | |
download | aports-4a9319a4ebc746898da65138230194ad5c3ff871.tar.bz2 aports-4a9319a4ebc746898da65138230194ad5c3ff871.tar.xz |
testing/sane: restrict to x86 and x86_64 for now
Diffstat (limited to 'testing')
-rw-r--r-- | testing/sane/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sane/APKBUILD b/testing/sane/APKBUILD index b41c3c0e33..04d84f6b89 100644 --- a/testing/sane/APKBUILD +++ b/testing/sane/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.0.27 pkgrel=1 pkgdesc="Scanner Access Now Easy - an universal scanner interface" url="http://www.sane-project.org/" -arch="all" +arch="x86 x86_64" license="GPLv2.0+ GPLv2.0+-with-sane-exception public-domain" depends="" depends_dev="" |