diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-28 11:42:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-28 11:42:01 +0000 |
commit | fdc8fa29100af2e4e174613a9be8bd787d4f8dca (patch) | |
tree | 8196103dc0d58381192bc0c2e4ebaffef7f7af4a | |
parent | 9cdc5ce98caae6063e14237a5b54d89d6542bcb8 (diff) | |
download | aports-fdc8fa29100af2e4e174613a9be8bd787d4f8dca.tar.bz2 aports-fdc8fa29100af2e4e174613a9be8bd787d4f8dca.tar.xz |
testing/libieee1284: build only on x86 and x86_64
-rw-r--r-- | testing/libieee1284/APKBUILD | 2 |
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" |