diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-02 14:09:14 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-02 14:09:14 +0000 |
commit | 02b38ef8a4abb0abc41a202a359c6d0aa2a925e7 (patch) | |
tree | 7b685a92279b8b77c63db507987afee3930e3f5f /testing/hplip/APKBUILD | |
parent | 5b7b10d611683fdfd7257ed319779f101f1548c8 (diff) | |
download | aports-02b38ef8a4abb0abc41a202a359c6d0aa2a925e7.tar.bz2 aports-02b38ef8a4abb0abc41a202a359c6d0aa2a925e7.tar.xz |
testing/hplip: build only on x86*
Diffstat (limited to 'testing/hplip/APKBUILD')
-rw-r--r-- | testing/hplip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index 2903de4e89..ee3e38ddb0 100644 --- a/testing/hplip/APKBUILD +++ b/testing/hplip/APKBUILD @@ -4,9 +4,9 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=hplip pkgver=3.17.11 -pkgrel=0 +pkgrel=1 pkgdesc="Drivers for HP printers and scanners" -arch=all +arch="x86 x86_64" url="http://hplipopensource.com" license="GPL" depends="" |