aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libieee1284
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-28 11:42:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-28 11:42:01 +0000
commitfdc8fa29100af2e4e174613a9be8bd787d4f8dca (patch)
tree8196103dc0d58381192bc0c2e4ebaffef7f7af4a /testing/libieee1284
parent9cdc5ce98caae6063e14237a5b54d89d6542bcb8 (diff)
downloadaports-fdc8fa29100af2e4e174613a9be8bd787d4f8dca.tar.bz2
aports-fdc8fa29100af2e4e174613a9be8bd787d4f8dca.tar.xz
testing/libieee1284: build only on x86 and x86_64
Diffstat (limited to 'testing/libieee1284')
-rw-r--r--testing/libieee1284/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libieee1284/APKBUILD b/testing/libieee1284/APKBUILD
index a9ae16d33e..f2e1fef085 100644
--- a/testing/libieee1284/APKBUILD
+++ b/testing/libieee1284/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.2.11
pkgrel=0
pkgdesc="A cross-platform library for parallel port access"
url="http://cyberelk.net/tim/libieee1284"
-arch="all !ppc64le"
+arch="x86 x86_64"
license="GPL2"
depends_dev="py-$pkgname"
makedepends="file python2-dev"