aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-logbook
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-03-22 14:18:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-22 14:18:24 +0000
commitc6c357d2426bba4f2d70a7e4e097c40f142271fb (patch)
treec4327103da8c2b95e5ce4f575f90cb241919c398 /testing/py-logbook
parentd9b69fee3569993ce5f5981c523098a2e428b03b (diff)
downloadaports-c6c357d2426bba4f2d70a7e4e097c40f142271fb.tar.bz2
aports-c6c357d2426bba4f2d70a7e4e097c40f142271fb.tar.xz
testing/py-logbook: fix build
we need set arch since there are compiled binaries
Diffstat (limited to 'testing/py-logbook')
-rw-r--r--testing/py-logbook/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-logbook/APKBUILD b/testing/py-logbook/APKBUILD
index 7ef9d3c41f..6f939701db 100644
--- a/testing/py-logbook/APKBUILD
+++ b/testing/py-logbook/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.12.5
pkgrel=0
pkgdesc="A logging replacement for Python"
url="https://pypi.python.org/pypi/Logbook"
-arch="noarch"
+arch="all"
license="BSD"
depends=""
depends_dev=""